mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-03 06:54:08 +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
|