mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[nowness] pass cinematique
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine