mirror of https://github.com/yt-dlp/yt-dlp.git
[nowness] pass cinematique
This commit is contained in:
parent
673bf566fc
commit
f43c163158
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue