[ie/youtube] Add age-gate workaround for some embeddable videos (#11821)
[yt-dlp.git] / test / testdata / yt_dlp_plugins / extractor / _ignore.py
blob57faf75bbc3e991d47b012d8b540e73bff6119fd
1 from yt_dlp.extractor.common import InfoExtractor
4 class IgnorePluginIE(InfoExtractor):
5 pass