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