Remove Odysee scraper due to errors

This commit is contained in:
Logan Williams
2022-04-03 13:26:05 +02:00
parent a82ec15f0e
commit 57b9082271

2
app.py
View File

@@ -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()
]