projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673bf56
)
[nowness] pass cinematique
author
remitamine
<remitamine@gmail.com>
Sat, 5 Sep 2015 20:18:21 +0000
(21:18 +0100)
committer
remitamine
<remitamine@gmail.com>
Sat, 5 Sep 2015 20:18:21 +0000
(21:18 +0100)
youtube_dl/extractor/nowness.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nowness.py
b/youtube_dl/extractor/nowness.py
index 3371145c178f2bcdf4e071b66d6df0eb76193c95..9a0e469179df6cb00877161b54c49b3dd46df09b 100644
(file)
--- a/
youtube_dl/extractor/nowness.py
+++ b/
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)