diff options
author | Remita Amine <remitamine@gmail.com> | 2019-04-03 10:20:01 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-04-03 10:20:01 +0100 |
commit | 977a782110461ec0aa501c134fbb461b006854c7 (patch) | |
tree | 0b89fb045bc66aa6a5d5a23a4883413cfdc1b5a8 /youtube_dl | |
parent | a2b6f946f17ba231131166703a8702dc52f7be62 (diff) |
[rtl2] update player_url
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/rtl2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtl2.py b/youtube_dl/extractor/rtl2.py index cfaee7303..70f000ca8 100644 --- a/youtube_dl/extractor/rtl2.py +++ b/youtube_dl/extractor/rtl2.py @@ -88,7 +88,7 @@ class RTL2IE(InfoExtractor): '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, |