mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 10:06:20 +03:00
Add option --plugin-dirs (#11277)
Closes #3260 Authored by: imranh2, coletdjnz Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
This commit is contained in:
co-authored by
coletdjnz
parent
8de431ec97
commit
0f593dca9f
@@ -0,0 +1,5 @@
|
||||
from yt_dlp.extractor.common import InfoExtractor
|
||||
|
||||
|
||||
class PackagePluginIE(InfoExtractor):
|
||||
pass
|
||||
Reference in New Issue
Block a user