Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
rts.ch changed their URL #4349
rts.ch changed their URL #4349
Comments
|
New rts URL format will be supported in the next release of youtube-dl. Thanks for the report. |
|
Works like a charm. Thanks for the quick fix :) |
Hi,
The rts.ch did launch a new player and thus changed the structure of their pages. Would it be possible to update the youtube-dl accordingly? Thanks!
Seems that as of today all their new videos start with URL http://www.rts.ch/play/tv/ And older video still with the old style URL get redirected with this new scheme (not 100% sure).
$ youtube-dl --verbose http://www.rts.ch/play/tv/-/video/le-19h30?id=6348260
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.rts.ch/play/tv/-/video/le-19h30?id=6348260']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.01
[debug] Python version 3.4.2 - Linux-3.17.4-gnu-1.1-x86_64-with-arch
[debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3, rtmpdump 2.4
[debug] Proxy map: {}
[generic] le-19h30?id=6348260: Requesting header
WARNING: Falling back on generic information extractor.
[generic] le-19h30?id=6348260: Downloading webpage
[generic] le-19h30?id=6348260: Extracting information
ERROR: Unsupported URL: http://www.rts.ch/play/tv/-/video/le-19h30?id=6348260; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 553, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 241, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1044, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: http://www.rts.ch/play/tv/-/video/le-19h30?id=6348260; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.