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.
Password Protected Vimeo File: ERROR: Unable to extract login token; #5520
Comments
|
Already fixed via 7513f29. Wait for next release or use version from git. |
|
Sry...thank you. |
youtube-dl.py -v http://vimeo.com/33086636 --video-password boxing
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://vimeo.com/33086636', u'--video-passw
ord', u'PRIVATE']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.04.17
[debug] Python version 2.7.6 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-40824-g31dfe20, rtmpdump 2.4
[debug] Proxy map: {}
[vimeo] 33086636: Downloading webpage
[vimeo] 33086636: Extracting information
ERROR: Unable to extract login token; please report this issue on https://yt-dl.
org/bug . Make sure you are using the latest version; type youtube-dl -U to up
date. Be sure to call youtube-dl with the --verbose flag and include its complet
e output.
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\vimeo.py", line 274
, in real_extract
config = json.loads(config)
File "C:\Python27\lib\json__init_.py", line 338, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 368, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column 3 - line 1 column 178 (char 2 - 177)
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 651, in e
xtract_info
ie_result = ie.extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 27
5, in extract
return self._real_extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\vimeo.py", line 282
, in _real_extract
self._verify_video_password(url, video_id, webpage)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\vimeo.py", line 180
, in _verify_video_password
token = self._search_regex(r'xsrft = '(.*?)'', webpage, 'login token')
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 55
7, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract login token; please report this issue on h
ttps://yt-dl.org/bug . Make sure you are using the latest version; type youtube
-dl -U to update. Be sure to call youtube-dl with the --verbose flag and includ
e its complete output.
Thanks
Ringo