1
0
Fork 0

[lazy_extractors] Fix suitable and add flake8 test

This commit is contained in:
pukkandan 2021-08-23 00:49:23 +05:30
commit 3fb4e21b38
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
6 changed files with 9 additions and 8 deletions

View file

@ -1837,8 +1837,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
@classmethod
def suitable(cls, url):
# Hack for lazy extractors until more generic solution is implemented
# (see #28780)
from ..utils import parse_qs
qs = parse_qs(url)