mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
adds missing bin dependency
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"type": ["extractor"],
|
||||
"requires_setup": False,
|
||||
"dependencies": {
|
||||
"python": ["yt_dlp", "requests", "loguru", "slugify"],
|
||||
"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.
|
||||
|
||||
Reference in New Issue
Block a user