mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add ytldp extractor stub
This commit is contained in:
parent
b927f5f2a9
commit
a18857dbb9
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue