This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
yt-dlp
kopia lustrzana
https://github.com/yt-dlp/yt-dlp
Obserwuj
1
Polub
0
Forkuj
You've already forked yt-dlp
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
f92347c312
yt-dlp
/
ytdlp_plugins
/
extractor
/
__init__.py
5 wiersze
101 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
[postprocessor] Add plugin support Adds option `--use-postprocessor` to enable them
2021-09-29 20:53:33 +00:00
# flake8: noqa: F401
[cleanup] linter, code formatting and readme
2021-05-18 18:20:59 +00:00
[postprocessor] Add plugin support Adds option `--use-postprocessor` to enable them
2021-09-29 20:53:33 +00:00
#
ℹ
️
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 13:40:02 +00:00
from
.
sample
import
SamplePluginIE