adds Dropin flexible integration for antibot

This commit is contained in:
msramalho
2025-06-07 19:09:37 +01:00
parent d202d79e0f
commit 07ff5baf07
6 changed files with 165 additions and 28 deletions

View File

@@ -4,10 +4,7 @@
"author": "Bellingcat",
"type": ["extractor"],
"requires_setup": False,
"dependencies": {
"python": ["yt_dlp", "requests", "loguru", "slugify"],
"bin": ["ffmpeg"]
},
"dependencies": {"python": ["yt_dlp", "requests", "loguru", "slugify"], "bin": ["ffmpeg"]},
"description": """
This is the generic extractor used by auto-archiver, which uses `yt-dlp` under the hood.

View File

@@ -382,8 +382,6 @@ class GenericExtractor(Extractor):
entries = [data]
result = Metadata()
for entry in entries:
try:
filename = ydl_entry_to_filename(ydl, entry)