]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/palcomp3.py
[cleanup] Misc cleanup
[yt-dlp.git] / yt_dlp / extractor / palcomp3.py
index 269e67a57e7ac074bfce3deda4ea0a7e027bbbdf..d0a62fb17ed073d80a2fde30668f577b49dd9cd9 100644 (file)
@@ -108,7 +108,7 @@ class PalcoMP3ArtistIE(PalcoMP3BaseIE):
     }
     name'''
 
-    @ classmethod
+    @classmethod
     def suitable(cls, url):
         return False if PalcoMP3IE._match_valid_url(url) else super(PalcoMP3ArtistIE, cls).suitable(url)