Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download from ARD Mediathek fail #13265

Closed
ds2k5 opened this issue Jun 2, 2017 · 1 comment
Closed

Download from ARD Mediathek fail #13265

ds2k5 opened this issue Jun 2, 2017 · 1 comment
Labels

Comments

@ds2k5
Copy link

@ds2k5 ds2k5 commented Jun 2, 2017

URL: http://mediathek.daserste.de/Hubert-und-Staller/Folge-61-Tod-an-Loch-6/Video?bcastId=32325502&documentId=43214932

[1]+ Exit 1 youtube-dl http://mediathek.daserste.de/Hubert-und-Staller/Folge-61-Tod-an-Loch-6/Video?bcastId=32325502
[schneckd@localhost ~]$ youtube-dl --verbose http://mediathek.daserste.de/Hubert-und-Staller/Folge-61-Tod-an-Loch-6/Video?bcastId=32325502&documentId=43214932
[1] 2406
[user1@localhost ~]$ [debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'http://mediathek.daserste.de/Hubert-und-Staller/Folge-61-Tod-an-Loch-6/Video?bcastId=32325502']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.05.23
[debug] Python version 3.6.1 - Linux-4.9.30-1-MANJARO-x86_64-with-glibc2.3.4
[debug] exe versions: ffmpeg 3.3.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[ARD:mediathek] Video: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 502, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2106, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.6/urllib/request.py", line 564, in error
result = self._call_chain(*args)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib/python3.6/urllib/request.py", line 756, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)

$ youtube-dl --version
2017.05.23

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 2, 2017

You have to either put the URL into quotes or manually escape all the special shell characters. Read FAQ entry for details.

@dstftw dstftw closed this Jun 2, 2017
@dstftw dstftw added the invalid label Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.