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

problem with metacafe.com #3253

Closed
treaki opened this issue Jul 15, 2014 · 0 comments
Closed

problem with metacafe.com #3253

treaki opened this issue Jul 15, 2014 · 0 comments

Comments

@treaki
Copy link

@treaki treaki commented Jul 15, 2014

i tried to download a video from metacafe and got an 404 error, please fix that:

$ youtube-dl -v http://www.metacafe.com/watch/833115/how_to_burn_visible_images_or_text_on_the_non_used_part_of_a_dvd/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.metacafe.com/watch/833115/how_to_burn_visible_images_or_text_on_the_non_used_part_of_a_dvd/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.11.3
[debug] Python version 2.6.6 - Linux-2.6.32-5-686-bigmem-i686-with-debian-6.0.9
[debug] Proxy map: {}
[metacafe] Retrieving disclaimer
[metacafe] Confirming age
[metacafe] 833115: Downloading webpage
[metacafe] 833115: Extracting information
[debug] Invoking downloader on u'http://vl.mccont.com/ItemFiles/%5BFrom%20www.metacafe.com%5D%20833115.4967543.11.flv?__gda__=1405400004_716fda555a57be1eceebc5774e237f17'
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1022, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 998, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download
    data = self.ydl.urlopen(request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1227, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found

thanks and greetings

@remitamine remitamine closed this in 2817b99 Jul 6, 2016
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
1 participant
You can’t perform that action at this time.