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.
youtube-dl does not work with some URL from http://www.rts.ch #5099
Comments
|
Can you watch it in browser? |
|
yes i can watch in Chrome 40 and Internet Expllorer 11 on Windows 8,1 ... but not on firefox ... |
|
Hi, With this URL, I also get |
|
Hi (bis), I also have an error with the URL : Is it good for you ? Thanx. |
|
With the URL youtube-dl --verbose -f best http://www.rts.ch/docs/histoire-vivante/6545790-une-planete-surveillee-1-5-02-03-2015.html?rts_source=rss_a |
|
Currently the URL |
|
Currently the URL But the URL does not work with youtube-dl: youtube-dl --verbose -f best http://www.rts.ch/play/tv/game-of-thrones/video/premier-du-nom?id=6568958 |
|
For me, it doesn't run : $ youtube-dl --verbose I could suspect the version update, since the youtue-dl version I have But when I want to update, I get : And my package manager (the one of Linux Mint) doesn't propose Then, what's the problem, and how to solve it ..? ML PS : Thank's for your great job supporting these kind of tools ..! ;-) 2015-03-03 17:00 UTC+01:00, lnef notifications@github.com:
|
|
@MichelLanne read our FAQ for updating youtube-dl. |
|
It works from this link (by selecting the "hls" tag): http://www.rts.ch/video/fiction/station-horizon/6576588-deuxieme-chance.html Here is the list of all episodes so far: www.rts.ch/fiction/2015/station-horizon/6603394-voir-et-revoir-les-episodes-de-station-horizon.html |
|
@schnapper1920 Can you tell me how to set "hls" tag ? I tried this: youtube-dl --verbose --hls-prefer-native http://www.rts.ch/video/fiction/station-horizon/6576588-deuxieme-chance.html |
|
"hls" is one of the formats available for this video (-F to list them all, -f to select one). |
|
@schnapper1920 sorry but for me the download of the available formats (-F) and the download of the video with the option (-f hls) does not work !? I have youtube-dl version 2015.03.15, what is your version ? youtube-dl --verbose http://www.rts.ch/video/fiction/station-horizon/6607828-double-jeu.html -F youtube-dl --verbose http://www.rts.ch/video/fiction/station-horizon/6607828-double-jeu.html -f hls |
|
I'm using the 2014.04.21.6 and it works well. The latest version surprinsingly doesn't work... However... |
|
Exactly the latest version does not work but the old version 2014.04.21.6 works ! I installed the old version 2014.04.21.6 and it works better ! But I can only download hls, hls_sd and tv formats ! youtube-dl --verbose http://www.rts.ch/video/fiction/station-horizon/6607828-double-jeu.html -F |
|
Duplicate of #4989. |
nef@ubuntu:~$ youtube-dl --verbose -f best http://www.rts.ch/play/tv/station-horizon/video/deuxieme-chance?id=6576588
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-f', 'best', 'http://www.rts.ch/play/tv/station-horizon/video/deuxieme-chance?id=6576588']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.28
[debug] Python version 2.7.8 - Linux-3.16.0-29-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] exe versions: avconv 11-6, avprobe 11-6
[debug] Proxy map: {}
[RTS] deuxieme-chance: Downloading JSON metadata
[RTS] 6576588: Downloading hds token
[RTS] 6576588: Downloading f4m manifest
ERROR: Unable to download f4m manifest: HTTP Error 403: Forbidden (caused by HTTPError()); 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.
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 314, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1666, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
nef@ubuntu:~$