ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.45k stars 10.04k forks source link

Dailymotion not working anymore #1139

Closed Cigaes closed 11 years ago

Cigaes commented 11 years ago

Getting videos from Dailymotion has been forbidden. It used to work about one week ago.

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.dailymotion.com/video/x12c2qr_blood-lad-episode-03-vostfr_shortfilms']
[debug] youtube-dl version 2013.07.25.2
[debug] Python version 2.7.5+ - Linux-3.9-1-amd64-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[dailymotion] x12c2qr: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 403: Forbidden; 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.
  File "./youtube-dl/youtube_dl/extractor/common.py", line 121, in _request_webpage
    return compat_urllib_request.urlopen(url_or_request)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, 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)
Cigaes commented 11 years ago

Dybex published a new version of the same video a few hours later, so it may be a problem from their side.

jaimeMF commented 11 years ago

The video cannot be accessed in the web, so this is not a problem in youtube-dl.