[ie/youtube] Add age-gate workaround for some embeddable videos (#11821)
[yt-dlp.git] / test / testdata / yt_dlp_plugins / postprocessor / normal.py
blob315b85a488dee35298dc35d8ba8476eb98c9769e
1 from yt_dlp.postprocessor.common import PostProcessor
4 class NormalPluginPP(PostProcessor):
5 pass