mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-08 01:47:08 -05:00
[nowtv] Do not request unnecessary metadata
This commit is contained in:
@@ -115,7 +115,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,breakpoints,paymentPaytypes,trailers,pictures' % display_id,
|
'https://api.nowtv.de/v3/movies/%s?fields=*,format,files' % display_id,
|
||||||
display_id)
|
display_id)
|
||||||
|
|
||||||
video_id = compat_str(info['id'])
|
video_id = compat_str(info['id'])
|
||||||
|
|||||||
Reference in New Issue
Block a user