]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/jamendo.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / jamendo.py
index d960ee51c8e62d7572c7d9203ecd91ec1926e1b9..578e57a674950a2dd8e160653fb9d3a1a86e2c44 100644 (file)
@@ -134,7 +134,7 @@ def _real_extract(self, url):
         }
 
 
-class JamendoAlbumIE(JamendoIE):
+class JamendoAlbumIE(JamendoIE):  # XXX: Do not subclass from concrete IE
     _VALID_URL = r'https?://(?:www\.)?jamendo\.com/album/(?P<id>[0-9]+)'
     _TESTS = [{
         'url': 'https://www.jamendo.com/album/121486/duck-on-cover',