Browse Source

Merge remote-tracking branch 'mmue/fix-rtlnow'

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
7ef822021b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/rtlnow.py

+ 1
- 1
youtube_dl/extractor/rtlnow.py View File

@ -146,7 +146,7 @@ class RTLnowIE(InfoExtractor):
mobj = re.search(r'.*/(?P<hoster>[^/]+)/videos/(?P<play_path>.+)\.f4m', filename.text)
if mobj:
fmt = {
'url': 'rtmpe://fmspay-fra2.rtl.de/' + mobj.group('hoster'),
'url': 'rtmpe://fms.rtl.de/' + mobj.group('hoster'),
'play_path': 'mp4:' + mobj.group('play_path'),
'page_url': url,
'player_url': video_page_url + 'includes/vodplayer.swf',


Loading…
Cancel
Save