]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sevenplus.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / sevenplus.py
index 8e95bc230dae66d8d49b6544df1d0e1b066b730e..36d1a86fddf4de9117c0b34007b16076681a44e3 100644 (file)
@@ -13,7 +13,7 @@
 )
 
 
-class SevenPlusIE(BrightcoveNewIE):
+class SevenPlusIE(BrightcoveNewIE):  # XXX: Do not subclass from concrete IE
     IE_NAME = '7plus'
     _VALID_URL = r'https?://(?:www\.)?7plus\.com\.au/(?P<path>[^?]+\?.*?\bepisode-id=(?P<id>[^&#]+))'
     _TESTS = [{