_ignore.py 98 B

12345
  1. from yt_dlp.extractor.common import InfoExtractor
  2. class IgnorePluginIE(InfoExtractor):
  3. pass