mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-07-02 06:38:38 +03:00
adds Dropin flexible integration for antibot
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -382,8 +382,6 @@ class GenericExtractor(Extractor):
|
||||
entries = [data]
|
||||
result = Metadata()
|
||||
|
||||
|
||||
|
||||
for entry in entries:
|
||||
try:
|
||||
filename = ydl_entry_to_filename(ydl, entry)
|
||||
|
||||
Reference in New Issue
Block a user