Skip to content

Commit

Permalink
[rtl2] update player_url
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Apr 3, 2019
1 parent a2b6f94 commit 977a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/rtl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _real_extract(self, url):
'format_id': 'rtmp',
'url': rtmp_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,
'flash_version': 'LNX 11,2,202,429',
'rtmp_conn': rtmp_conn,
Expand Down

0 comments on commit 977a782

Please sign in to comment.