1
0
Fork 0

[cleanup] Misc cleanup

This commit is contained in:
pukkandan 2021-10-09 05:53:15 +05:30
commit b5ae35ee6d
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
25 changed files with 142 additions and 136 deletions

View 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)