mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[lazy_extractors] Fix suitable and add flake8 test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user