Skip to content

Commit

Permalink
[youtube:tab] Comment out test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Nov 21, 2020
1 parent 1e72660 commit 82abc13
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions youtube_dl/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 82abc13

Please sign in to comment.