Sfoglia il codice sorgente

[youtube:tab] Comment out test

Sergey M․ 4 anni fa
parent
commit
82abc13aed
1 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  1. 7 4
      youtube_dl/extractor/youtube.py

+ 7 - 4
youtube_dl/extractor/youtube.py

@@ -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(