mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-08 02:28:29 +03:00
Fix crash in VK scraper
This commit is contained in:
@@ -100,6 +100,7 @@ class VKontakteUserScraper(snscrape.base.Scraper):
|
||||
|
||||
yield from self._soup_to_items(soup)
|
||||
|
||||
headers = self._headers.copy()
|
||||
headers['X-Requested-With'] = 'XMLHttpRequest'
|
||||
for offset in itertools.count(start = 10, step = 10):
|
||||
logger.info('Retrieving next page')
|
||||
|
||||
Reference in New Issue
Block a user