]> jfr.im git - yt-dlp.git/commit
Plugin support
authorpukkandan <redacted>
Sun, 24 Jan 2021 13:40:02 +0000 (19:10 +0530)
committerpukkandan <redacted>
Sun, 24 Jan 2021 14:54:07 +0000 (20:24 +0530)
commitf74980cbaebaf3c4ea89d1b257424a50545991d9
tree896c00839bf145432303e745e21dd7ad6935b938
parentc571435f9c22129c3663b738ca7b577ee05eec97
Plugin support

Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py

Inspired by https://github.com/un-def/dl-plus

:ci skip dl
.gitignore
README.md
make_win.bat
youtube_dlc/YoutubeDL.py
youtube_dlc/extractor/__init__.py
youtube_dlc/options.py
youtube_dlc/utils.py
ytdlp_plugins/extractor/__init__.py [new file with mode: 0644]
ytdlp_plugins/extractor/sample.py [new file with mode: 0644]