mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
add ytldp extractor stub
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user