mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-08 09:53:43 +00:00
10 lines
169 B
Python
10 lines
169 B
Python
from yt_dlp.extractor.common import InfoExtractor
|
|
|
|
|
|
class NormalPluginIE(InfoExtractor):
|
|
REPLACED = False
|
|
|
|
|
|
class _IgnoreUnderscorePluginIE(InfoExtractor):
|
|
pass
|