This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
yt-dlp
Watch
1
Star
0
Fork
You've already forked yt-dlp
0
mirror of
https://github.com/yt-dlp/yt-dlp
synced
2025-01-19 07:13:05 +01:00
Code
Activity
cd9ea4104b
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
2021-09-30 02:23:33 +05:30
# flake8: noqa: F401
[cleanup] linter, code formatting and readme
2021-05-18 23:50:59 +05:30
[postprocessor] Add plugin support Adds option `--use-postprocessor` to enable them
2021-09-30 02:23:33 +05:30
#
ℹ
️
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
2021-01-24 19:10:02 +05:30
from
.
sample
import
SamplePluginIE
Copy permalink