浏览代码

[youtube:tab] PEP 8

Sergey M․ 4 年之前
父节点
当前提交
3234272818
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      youtube_dl/extractor/youtube.py

+ 5 - 5
youtube_dl/extractor/youtube.py

@@ -2621,11 +2621,11 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
         'url': 'https://www.youtube.com/c/CommanderVideoHq/live',
         'url': 'https://www.youtube.com/c/CommanderVideoHq/live',
         'only_matching': True,
         '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):
     def _extract_channel_id(self, webpage):