[youtube:tab] Fix some weird typo (closes #27157)

pull/27185/head
Sergey M․ 4 years ago
parent 484fe78737
commit 316b10855a
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -3013,7 +3013,7 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
self.to_screen('Downloading playlist %s - add --no-playlist to just download video %s' % (playlist_id, video_id))
webpage = self._download_webpage(url, item_id)
identity_token = self._search_regex(
r'\bID_TOKEN["\']\s*:\s/l*["\'](.+?)["\']', webpage,
r'\bID_TOKEN["\']\s*:\s*["\'](.+?)["\']', webpage,
'identity token', default=None)
data = self._extract_yt_initial_data(item_id, webpage)
tabs = try_get(

Loading…
Cancel
Save