This website works better with JavaScript.
Explore
Help
Sign In
Mirroring
/
yt-dlp
mirror of
https://github.com/yt-dlp/yt-dlp
Watch
1
Star
0
Fork
You've already forked yt-dlp
0
Code
Issues
Releases
Wiki
Activity
a7ddbc0475
yt-dlp
/
ytdlp_plugins
/
extractor
/
__init__.py
5 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
[postprocessor] Add plugin support Adds option `--use-postprocessor` to enable them
3 years ago
# flake8: noqa: F401
[cleanup] linter, code formatting and readme
4 years ago
[postprocessor] Add plugin support Adds option `--use-postprocessor` to enable them
3 years ago
#
ℹ
️
The imported name must end in "IE"
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
4 years ago
from
.
sample
import
SamplePluginIE