logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 316b10855af61798760b30531a5dc34da8d9a69b
parent 484fe787379a20ec9ef19f69b9e07321359bbd1e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 23 Nov 2020 22:19:25 +0700

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

Diffstat:

Myoutube_dl/extractor/youtube.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -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(