]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tube8.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / tube8.py
index b092ecad5a8779703de2aa5af159b0011dfffbd0..77ed05ffdadd1b1dbf7c1d1cf2474fbcaffb44e7 100644 (file)
@@ -7,7 +7,7 @@
 from .keezmovies import KeezMoviesIE
 
 
-class Tube8IE(KeezMoviesIE):
+class Tube8IE(KeezMoviesIE):  # XXX: Do not subclass from concrete IE
     _VALID_URL = r'https?://(?:www\.)?tube8\.com/(?:[^/]+/)+(?P<display_id>[^/]+)/(?P<id>\d+)'
     _EMBED_REGEX = [r'<iframe[^>]+\bsrc=["\'](?P<url>(?:https?:)?//(?:www\.)?tube8\.com/embed/(?:[^/]+/)+\d+)']
     _TESTS = [{