]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/wdr.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / wdr.py
index d0ad69477df6efacec8d07245bed62893e500475..7b2e7c8e068e2b4e83cf58e020d3823ec1a05303 100644 (file)
@@ -133,7 +133,7 @@ def _real_extract(self, url):
         }
 
 
-class WDRPageIE(WDRIE):
+class WDRPageIE(WDRIE):  # XXX: Do not subclass from concrete IE
     _MAUS_REGEX = r'https?://(?:www\.)wdrmaus.de/(?:[^/]+/)*?(?P<maus_id>[^/?#.]+)(?:/?|/index\.php5|\.php5)$'
     _PAGE_REGEX = r'/(?:mediathek/)?(?:[^/]+/)*(?P<display_id>[^/]+)\.html'
     _VALID_URL = r'https?://(?:www\d?\.)?(?:(?:kinder\.)?wdr\d?|sportschau)\.de' + _PAGE_REGEX + '|' + _MAUS_REGEX