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.
New site - obscure? #2118
New site - obscure? #2118
Comments
|
youtube-dl can download the full URL just fine, but never gets it in full, because your shell is interpreting the ampersand. (Note
|
|
Thank you! That is working perfectly. Tate Date: Wed, 8 Jan 2014 08:36:03 -0800 youtube-dl can download the full URL just fine, but never gets it in full, because your shell is interpreting the ampersand. (Note [1] 8389 and the abbreviated URL int he output of youtube-dl). Use quotes to prevent your shell from parsing URLs: youtube-dl 'http://www.3sat.de/mediathek/?mode=play&obj=40426' oryoutube-dl "http://www.3sat.de/mediathek/?mode=play&obj=40426" — |
Attempting to download from a German site - maybe too obscure to consider - results as follows:
]$ youtube-dl -v http://www.3sat.de/mediathek/?mode=play&obj=40426
[1] 8389
[xxxxxxx@serenity Videos]$ [debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.3sat.de/mediathek/?mode=play']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.01.07.5
[debug] Python version 2.7.5 - Linux-3.11.10-301.fc20.x86_64-x86_64-with-fedora-20-Heisenbug
[debug] Proxy map: {}
[generic] ?mode=play: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ?mode=play: Downloading webpage
[generic] ?mode=play: Extracting information
ERROR: Unsupported URL: http://www.3sat.de/mediathek/?mode=play; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 489, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 155, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 340, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.3sat.de/mediathek/?mode=play; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.