mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-06 03:17:37 +08:00
add ytldp extractor stub
This commit is contained in:
parent
b927f5f2a9
commit
a18857dbb9
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user