mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-12 20:48:06 +01:00
9 lines
169 B
Python
9 lines
169 B
Python
from yt_dlp.extractor.common import InfoExtractor
|
|
|
|
|
|
class NormalPluginIE(InfoExtractor):
|
|
REPLACED = False
|
|
|
|
|
|
class _IgnoreUnderscorePluginIE(InfoExtractor):
|
|
pass
|