]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/imgur.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / imgur.py
index a3bb476154a28bdc159c2c8c927ccfda207e3bb7..21c56d8791fe8358b35c88b502bf97c5cfaf5cee 100644 (file)
@@ -138,7 +138,7 @@ def _real_extract(self, url):
         return self.url_result('http://imgur.com/%s' % gallery_id, ImgurIE.ie_key(), gallery_id)
 
 
-class ImgurAlbumIE(ImgurGalleryIE):
+class ImgurAlbumIE(ImgurGalleryIE):  # XXX: Do not subclass from concrete IE
     IE_NAME = 'imgur:album'
     _VALID_URL = r'https?://(?:i\.)?imgur\.com/a/(?P<id>[a-zA-Z0-9]+)'