-
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
python version to use ? #57
Comments
It looks like the latest version in the repository is breaking backwards compatibility with Python 2.4. That's the target version right now. Thanks for reporting. I'll try to find out how to fix this. In the mean time, use the "stable" release. |
Can you try the latest repository revision to see if it works now? Thanks in advance. |
Thank you for your reply ! It does not work : [youtube] Setting language Traceback (most recent call last): File "./youtube-dl-NN", line 2554, in retcode = fd.download(all_urls) File "./youtube-dl-NN", line 556, in download ie.extract(url) File "./youtube-dl-NN", line 790, in extract self.initialize() File "./youtube-dl-NN", line 785, in initialize self._real_initialize() File "./youtube-dl-NN", line 890, in _real_initialize urllib2.urlopen(request).read() File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 387, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 498, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.5/urllib2.py", line 419, in error result = self._call_chain(*args) File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 582, in http_error_302 return self.parent.open(new) File "/usr/lib/python2.5/urllib2.py", line 387, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 494, in http_response code, msg, hdrs = response.code, response.msg, response.info() AttributeError: addinfourl instance has no attribute 'code' |
Download and try again. :) |
Sorry, it does not work : [youtube] Setting language Traceback (most recent call last): File "/usr/local/bin/youtube-dl-NN", line 2560, in retcode = fd.download(all_urls) File "/usr/local/bin/youtube-dl-NN", line 562, in download ie.extract(url) File "/usr/local/bin/youtube-dl-NN", line 796, in extract self.initialize() File "/usr/local/bin/youtube-dl-NN", line 791, in initialize self._real_initialize() File "/usr/local/bin/youtube-dl-NN", line 896, in _real_initialize urllib2.urlopen(request).read() File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 387, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 498, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.5/urllib2.py", line 419, in error result = self._call_chain(*args) File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 582, in http_error_302 return self.parent.open(new) File "/usr/lib/python2.5/urllib2.py", line 387, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 494, in http_response code, msg, hdrs = response.code, response.msg, response.info() AttributeError: addinfourl instance has no attribute 'code' Thanks ! |
Holy crap. Are you available on IRC or something like that so we can test this properly with a faster feedback? BTW: do not close the issue when commenting. |
Fixed yesterday, closing issue. |
[youtube] fix: extract mix playlist ids from ytInitialData (ytdl-org#33)
Hello,
Thank for this program.
Can you tell me which version of Python required for the program? It seems to work with Python 2.6 (Ubuntu) but not with Python 2.5 (Debian) ?
Yves
The text was updated successfully, but these errors were encountered: