diff --git a/src/auto_archiver/modules/generic_extractor/__manifest__.py b/src/auto_archiver/modules/generic_extractor/__manifest__.py index c9b9dc4..09388e8 100644 --- a/src/auto_archiver/modules/generic_extractor/__manifest__.py +++ b/src/auto_archiver/modules/generic_extractor/__manifest__.py @@ -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.