浏览代码

[nowtv] Fix extraction (Closes #6169)

Sergey M․ 10 年之前
父节点
当前提交
6dfa0602f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/nowtv.py

+ 1 - 1
youtube_dl/extractor/nowtv.py

@@ -133,7 +133,7 @@ class NowTVIE(InfoExtractor):
         station = mobj.group('station')
         station = mobj.group('station')
 
 
         info = self._download_json(
         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)
             display_id)
 
 
         video_id = compat_str(info['id'])
         video_id = compat_str(info['id'])