mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
Remove Odysee scraper due to errors
This commit is contained in:
2
app.py
2
app.py
@@ -13,7 +13,6 @@ from cisticola.scraper import (
|
||||
VkontakteScraper,
|
||||
TelegramTelethonScraper,
|
||||
GettrScraper,
|
||||
OdyseeScraper,
|
||||
RumbleScraper)
|
||||
|
||||
def sync_channels(args):
|
||||
@@ -83,7 +82,6 @@ def get_scraper_controller():
|
||||
TelegramTelethonScraper(),
|
||||
VkontakteScraper(),
|
||||
GettrScraper(),
|
||||
OdyseeScraper(),
|
||||
RumbleScraper()
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user