]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbsinteractive.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / cbsinteractive.py
index 7abeecf78a31fb2d214e61409f6ba9c72704b84a..b09e9823ebd6905919583ed780602ec6883f851b 100644 (file)
@@ -2,7 +2,7 @@
 from ..utils import int_or_none
 
 
-class CBSInteractiveIE(CBSIE):
+class CBSInteractiveIE(CBSIE):  # XXX: Do not subclass from concrete IE
     _VALID_URL = r'https?://(?:www\.)?(?P<site>cnet|zdnet)\.com/(?:videos|video(?:/share)?)/(?P<id>[^/?]+)'
     _TESTS = [{
         'url': 'http://www.cnet.com/videos/hands-on-with-microsofts-windows-8-1-update/',