-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
youtube download and Playlists #774
Comments
It was fixed in SHA: fa41fbd, but youtube-dl hasn't been updated since then. |
@phihag I think I'm missing PyPi credentials to make a release myself, right? |
Ah BTW, @jaimeMF, it's nice to have you around 😀 Thanks! |
@FiloSottile What's your user name in PyPi? I can simply add you then. |
Fixed in the new release, just run |
@FiloSottile the 2013.04.03 version is not available at youtube-dl.org or pypi |
Sorry, we're currently working to restore a Windows build server. Should be up soon. |
Ok, thanks. |
@phihag I have a xp machine, so If you don't find other machine, I could setup it. |
Hello,
i can download single files. But with playlists got the follow errors:
./youtube-dl http://www.youtube.com/user/NextDayVideo/ -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/user/NextDayVideo/', '-v']
[debug] youtube-dl version 2013.03.29
[debug] Python version 2.7.3 - Linux-3.7.1amd64-x86_64-with-debian-7.0
[debug] Proxy map: {}
[youtube] PL NextDayVideo: Downloading page #1
ERROR: unable to download webpage: HTTP Error 404: Not Found
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/InfoExtractors.py", line 1755, in _real_extract
page = compat_urllib_request.urlopen(url).read().decode('utf8')
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 407, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 520, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 445, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
The text was updated successfully, but these errors were encountered: