add ytldp extractor stub

This commit is contained in:
Nick Sweeting 2024-09-03 01:40:38 -07:00
parent b927f5f2a9
commit a18857dbb9
No known key found for this signature in database

View file

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