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

ValueError: invalid literal for int() with base 10: 'base' #3468

Closed
tetherit opened this issue Aug 7, 2014 · 1 comment
Closed

ValueError: invalid literal for int() with base 10: 'base' #3468

tetherit opened this issue Aug 7, 2014 · 1 comment

Comments

@ghost
Copy link

@ghost ghost commented Aug 7, 2014

I'm trying to download a vimeo video and I'm getting this:

$ youtube-dl http://player.vimeo.com/video/100808958
[vimeo] 100808958: Downloading webpage
[vimeo] 100808958: Extracting information
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module>
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 889, in main
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 879, in _real_main
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1052, in download
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 266, in _real_extract
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 266, in <genexpr>
ValueError: invalid literal for int() with base 10: 'base'
@ghost
Copy link
Author

@ghost ghost commented Aug 7, 2014

Whoops, it seems upgrading to the latest version fixes this issue!

@tetherit tetherit closed this Aug 7, 2014
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
0 participants
You can’t perform that action at this time.