projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e72660
)
[youtube:tab] Comment out test
author
Sergey M․
<dstftw@gmail.com>
Sat, 21 Nov 2020 16:41:49 +0000
(23:41 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 21 Nov 2020 16:41:49 +0000
(23:41 +0700)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index fb6d816cc6ff88763cc3e5189b726b163374b446..2aad855c84b79700fe736e52ab09cf164f0b9cd4 100644
(file)
--- 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(