mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 00:05:06 +00: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
|