]> jfr.im git - yt-dlp.git/blob - test/testdata/yt_dlp_plugins/extractor/normal.py
Improve plugin architecture (#5553)
[yt-dlp.git] / test / testdata / yt_dlp_plugins / extractor / normal.py
1 from yt_dlp.extractor.common import InfoExtractor
2
3
4 class NormalPluginIE(InfoExtractor):
5 pass
6
7
8 class _IgnoreUnderscorePluginIE(InfoExtractor):
9 pass