mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
Disable Youtube scraper for now
This commit is contained in:
4
app.py
4
app.py
@@ -14,7 +14,6 @@ from cisticola.scraper import (
|
||||
TelegramTelethonScraper,
|
||||
GettrScraper,
|
||||
BitchuteScraper,
|
||||
YoutubeScraper,
|
||||
RumbleScraper,
|
||||
)
|
||||
|
||||
@@ -117,8 +116,7 @@ def get_scraper_controller():
|
||||
TelegramTelethonScraper(),
|
||||
GettrScraper(),
|
||||
BitchuteScraper(),
|
||||
RumbleScraper(),
|
||||
YoutubeScraper()]
|
||||
RumbleScraper()]
|
||||
|
||||
controller.register_scrapers(scrapers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user