Преглед изворни кода

[nowness] pass cinematique

remitamine пре 10 година
родитељ
комит
f43c163158
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      youtube_dl/extractor/nowness.py

+ 3 - 1
youtube_dl/extractor/nowness.py

@@ -28,7 +28,9 @@ class NownessBaseIE(InfoExtractor):
                     elif source == 'youtube':
                         return self.url_result(video_id, 'Youtube')
                     elif source == 'cinematique':
-                        return self.url_result('http://cinematique.com/embed/%s' % video_id, 'Cinematique')
+                        # youtube-dl currently doesn't support cinematique
+                        # return self.url_result('http://cinematique.com/embed/%s' % video_id, 'Cinematique')
+                        pass
 
     def api_request(self, url, request_path):
         display_id = self._match_id(url)