[lazy_extractors] Fix suitable and add flake8 test
This commit is contained in:
parent
4dfbf8696b
commit
3fb4e21b38
6 changed files with 9 additions and 8 deletions
|
|
@ -297,6 +297,8 @@ class RutubePlaylistIE(RutubePlaylistBaseIE):
|
|||
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
from ..utils import int_or_none, parse_qs
|
||||
|
||||
if not super(RutubePlaylistIE, cls).suitable(url):
|
||||
return False
|
||||
params = parse_qs(url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue