Ver Fonte

[youtube:tab] PEP 8

Sergey M․ há 4 anos atrás
pai
commit
3234272818
1 ficheiros alterados com 5 adições e 5 exclusões
  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',
         '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):