logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 82abc13aedb42d77afcb0ca9c1d7982955826b66
parent 1e72660c9b2bcd18c688cd8786f81acaa7ad088e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 21 Nov 2020 23:41:49 +0700

[youtube:tab] Comment out test

Diffstat:

Myoutube_dl/extractor/youtube.py11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -2620,10 +2620,13 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor): }, { 'url': 'https://www.youtube.com/c/CommanderVideoHq/live', 'only_matching': True, - }, { - 'url': 'https://www.youtube.com/TheYoungTurks/live', - 'only_matching': True, - }] + }, + # TODO + # { + # 'url': 'https://www.youtube.com/TheYoungTurks/live', + # 'only_matching': True, + # } + ] def _extract_channel_id(self, webpage): channel_id = self._html_search_meta(