mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 02:14:20 +01:00
[rtl2] update player_url
This commit is contained in:
parent
a2b6f946f1
commit
977a782110
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def _real_extract(self, url):
|
||||||
'format_id': 'rtmp',
|
'format_id': 'rtmp',
|
||||||
'url': rtmp_url,
|
'url': rtmp_url,
|
||||||
'play_path': stream_url,
|
'play_path': stream_url,
|
||||||
'player_url': 'http://www.rtl2.de/flashplayer/vipo_player.swf',
|
'player_url': 'https://www.rtl2.de/sites/default/modules/rtl2/jwplayer/jwplayer-7.6.0/jwplayer.flash.swf',
|
||||||
'page_url': url,
|
'page_url': url,
|
||||||
'flash_version': 'LNX 11,2,202,429',
|
'flash_version': 'LNX 11,2,202,429',
|
||||||
'rtmp_conn': rtmp_conn,
|
'rtmp_conn': rtmp_conn,
|
||||||
|
|
Loading…
Reference in a new issue