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.
Add vk.com authentification options #2206
Comments
|
Thank you for the report. Support for vk.com authentication has been added and will be available in next release of |
|
Fixed in youtube-dl 2014.02.17. Type |
|
I am still having trouble with this issue, I have youtube-dl 2014.03.10. [debug] System config: [] |
|
it also will be nice to make this option be valid for vk.com only... wrote the pass in conf file and it tries it to vimeo too( |
|
@not-your-conscience, if you are running a POSIX operating system it can be achieved by putting vk.com credentials in a .netrc file in your home directory, for example:
and then running youtube-dl with Another, less convenient workaround would be to use the Also, next time please feel free to open a new issue regarding your problem, because commenting on already closed issues makes it harder to track individual issues and/or might go unnoticed by us (like is almost happened this time ;) |
|
Can you please take a look at this issue with authentication on vk.com ? #4967 |
Many videos on vk.com are private and can be watched only when logged in. Would be nice if you could add authentification options for vk.com. I can watch this video in browser when I logged in.
youtube-dl -vg http://vk.com/video-8871596_164049491
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vg', 'http://vk.com/video-8871596_164049491']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.01.23
[debug] Python version 2.7.3 - Linux-3.2.0-39-generic-i686-with-LinuxMint-13-maya
[debug] Proxy map: {}
ERROR: Unable to extract vars; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/home/pavel/apps/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 497, in extract_info
ie_result = ie.extract(url)
File "/home/pavel/apps/bin/youtube-dl/youtube_dl/extractor/common.py", line 157, in extract
return self._real_extract(url)
File "/home/pavel/apps/bin/youtube-dl/youtube_dl/extractor/vk.py", line 46, in _real_extract
data_json = self._search_regex(r'var vars = ({.*?});', info_page, 'vars')
File "/home/pavel/apps/bin/youtube-dl/youtube_dl/extractor/common.py", line 352, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract vars; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.