mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-22 02:15:12 +00:00
[nowtv] Fix extraction (Closes #6169)
This commit is contained in:
parent
28fb109ed0
commit
6dfa0602f0
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ def _real_extract(self, url):
|
|||
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'])
|
||||
|
|
Loading…
Reference in a new issue