[youtube:tab] PEP 8
authorSergey M․ <dstftw@gmail.com>
Mon, 23 Nov 2020 15:34:27 +0000 (22:34 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 23 Nov 2020 15:34:27 +0000 (22:34 +0700)
youtube_dl/extractor/youtube.py

index 29c1d041370caebc98405004aece7a3cf6e92856..abb1cad7425c705fa297cdabd2c4ee843e7e07fd 100644 (file)
@@ -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):