mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-11 21:08:34 +03:00
Don't scrape channel info unless specifically scraping channel info
This commit is contained in:
@@ -421,9 +421,6 @@ class ScraperController:
|
||||
session.commit()
|
||||
added += 1
|
||||
|
||||
profile = scraper.get_profile(channel)
|
||||
session.add(profile)
|
||||
|
||||
session.commit()
|
||||
logger.info(
|
||||
f"{scraper} found {added} new posts from {channel}")
|
||||
|
||||
Reference in New Issue
Block a user