1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 14:44:21 +02:00

add ytldp extractor stub

This commit is contained in:
Nick Sweeting
2024-09-03 01:40:38 -07:00
parent b927f5f2a9
commit a18857dbb9

View File

@@ -50,6 +50,11 @@ class FfmpegBinary(BaseBinary):
YTDLP_BINARY = YtdlpBinary()
FFMPEG_BINARY = FfmpegBinary()
# class YtdlpExtractor(BaseExtractor):
# name: str = 'ytdlp'
# binary: str = 'ytdlp'
class YtdlpPlugin(BasePlugin):
name: str = 'builtin_plugins.ytdlp'