diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-23 22:34:27 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-23 22:34:27 +0700 |
commit | 323427281899cf3527e504ac7058f5b10aad5d61 (patch) | |
tree | 4cef334c2fca5bddbfcaf60d193d2c1acbc7f220 /youtube_dl | |
parent | 9d2c90354f9743214a0d02de6981fa748af11b37 (diff) |
[youtube:tab] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/youtube.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 29c1d0413..abb1cad74 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -2621,11 +2621,11 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor): 'url': 'https://www.youtube.com/c/CommanderVideoHq/live', 'only_matching': True, }, - # TODO - # { - # '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): |