Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[vimeo] ValueError: invalid literal for int() with base 10: 'base' #3956
Comments
|
You are using an outdated version of youtube-dl. It looks like you installed youtube-dl with a package manager (something like Alternatively, uninstall the youtube-dl package and follow our manual installation instructions. From then on, you'll be able to update with |
mid@mid:/media/mid/D1$ youtube-dl --verbose "http://vimeo.com/95701913/"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/95701913/']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.17
[debug] Python version 2.7.6 - Linux-3.13.0-37-generic-i686-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[vimeo] 95701913: Downloading webpage
[vimeo] 95701913: Extracting information
[vimeo] 95701913: Downloading webpage
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 804, in main
_real_main(argv)
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 794, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 982, in download
self.extract_info(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 223, in _real_extract
_, video_thumbnail = sorted((int(width), t_url) for (width, t_url) in config["video"]["thumbs"].items())[-1]
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 223, in
_, video_thumbnail = sorted((int(width), t_url) for (width, t_url) in config["video"]["thumbs"].items())[-1]
ValueError: invalid literal for int() with base 10: 'base'