]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/nowtv.py
Imported Upstream version 2015.07.21
[youtubedl] / youtube_dl / extractor / nowtv.py
index 173e46cd8b78dfa0dcdf33b6d3c280bf40a70681..0b5ff47600559e50a2282b184b23d3fc7263d46d 100644 (file)
@@ -133,7 +133,7 @@ class NowTVIE(InfoExtractor):
         station = mobj.group('station')
 
         info = self._download_json(
-            'https://api.nowtv.de/v3/movies/%s?fields=*,format,files' % display_id,
+            'https://api.nowtv.de/v3/movies/%s?fields=id,title,free,geoblocked,articleLong,articleShort,broadcastStartDate,seoUrl,duration,format,files' % display_id,
             display_id)
 
         video_id = compat_str(info['id'])