This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
yt-dlc
mirror of
https://github.com/blackjack4494/yt-dlc.git
Watch
1
Star
0
Fork
You've already forked yt-dlc
0
Code
Issues
Releases
Wiki
Activity
29b208f6f9
yt-dlc
/
ytdlp_plugins
/
extractor
/
__init__.py
4 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
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
2021-01-24 13:40:02 +00:00
# flake8: noqa
[cleanup] linter, code formatting and readme
2021-05-18 18:20:59 +00:00
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
2021-01-24 13:40:02 +00:00
from
.
sample
import
SamplePluginIE