mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 12:28:28 +03:00
Cache entities
This commit is contained in:
@@ -120,7 +120,7 @@ class VKontakteUserScraper(snscrape.base.Scraper):
|
||||
soup = bs4.BeautifulSoup(posts, 'lxml')
|
||||
yield from self._soup_to_items(soup)
|
||||
|
||||
def get_entity(self):
|
||||
def _get_entity(self):
|
||||
r, soup = self._initial_page()
|
||||
if r.status_code != 200:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user