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