Skip to content

Commit

Permalink
[rtlxl] Strip additional dot from video URL (#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naglis Jonaitis committed Nov 23, 2014
1 parent 835a22e commit 4698b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/rtlnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _real_extract(self, url):

formats = self._extract_m3u8_formats(m3u8_url, uuid, ext='mp4')

video_urlpart = videopath.split('/flash/')[1][:-4]
video_urlpart = videopath.split('/flash/')[1][:-5]
PG_URL_TEMPLATE = 'http://pg.us.rtl.nl/rtlxl/network/%s/progressive/%s.mp4'

formats.extend([
Expand Down

0 comments on commit 4698b14

Please sign in to comment.