mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-06 21:45:47 +01:00
10 lines
157 B
Python
10 lines
157 B
Python
|
|
from yt_dlp.extractor.common import InfoExtractor
|
||
|
|
|
||
|
|
|
||
|
|
class NormalPluginIE(InfoExtractor):
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
class _IgnoreUnderscorePluginIE(InfoExtractor):
|
||
|
|
pass
|