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

update problem #714

Closed
vapniks opened this issue Feb 26, 2013 · 2 comments
Closed

update problem #714

vapniks opened this issue Feb 26, 2013 · 2 comments

Comments

@vapniks
Copy link

@vapniks vapniks commented Feb 26, 2013

When I try updating to version 2013.02.25 I get the following error:

sudo youtube-dl -U
Updating to version 2013.02.25...
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  exec code in run_globals
File "/usr/bin/youtube-dl/__main__.py", line 17, in <module>
File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 516, in main
File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 490, in _real_main
File "/usr/bin/youtube-dl/youtube_dl/update.py", line 81, in update_self
NameError: global name 'version_info' is not defined
@phihag
Copy link
Contributor

@phihag phihag commented Feb 26, 2013

Sorry, as documented in #712, a fat finger (and apparently testing the wrong version) of mine caused that error. You can update with

wget http://youtube-dl.org/downloads/2013.02.25/youtube-dl -O $(which youtube-dl)
chmod a+x $(which youtube-dl)
@phihag phihag closed this Feb 26, 2013
@vapniks
Copy link
Author

@vapniks vapniks commented Feb 26, 2013

Thanks.

Philipp Hagemeister notifications@github.com writes:

Sorry, as documented in #712, a fat finger (and apparently testing the
wrong version) of mine caused that error. You can update with

wget http://youtube-dl.org/downloads/2013.02.25/youtube-dl -O $(which youtube-dl)
chmod a+x $(which youtube-dl)


Reply to this email directly or view it on GitHub.

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.