Merge pull request #7100 from AndroKev/nowtv-fix
[nowtv] Update rtmp player URL
This commit is contained in:
commit
c725e2c8b0
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ class NowTVIE(InfoExtractor):
|
|||
'app': app,
|
||||
'play_path': 'mp4:%s' % play_path,
|
||||
'ext': 'flv',
|
||||
'page_url': url,
|
||||
'player_url': 'http://rtl-now.rtl.de/includes/nc_player.swf',
|
||||
'page_url': 'http://rtlnow.rtl.de',
|
||||
'player_url': 'http://cdn.static-fra.de/now/vodplayer.swf',
|
||||
'tbr': int_or_none(item.get('bitrate')),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
|
Loading…
Reference in a new issue