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.
vk ERROR: Video does not exist. #16923
Comments
|
You did not pass account credentials. |
|
Totally same problem. It never happened before, and this is public video. Same situation happens in both video pages and wall pages. $ youtube-dl 'https://vk.com/bemiraculous?w=wall-122455412_211532' --verbose |
|
@dstftw However,
So why not do same with
|
|
Same problem here, they're all public videos that I can watch on the site so why can't I do it in youtube-dl? |
|
@remitamine Good job. Finally, after all this time... We could have it sooner :) #10755 Back then I opted for fallback to "inline" link instead of using it directly. Not all videos were available on inline link. But it was a long time ago and my memory is foggy. |
youtube-dl https://vk.com/video25702507_456241957 --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://vk.com/video25702507_456241957', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.07.04
[debug] Python version 2.7.6 (CPython) - Linux-4.9.103-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.20-6, avprobe 9.20-6
[debug] Proxy map: {}
[vk] 25702507_456241957: Downloading webpage
ERROR: Video 25702507_456241957 does not exist.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 501, in extract
ie_result = self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/vk.py", line 352, in _real_extract
raise ExtractorError(error_msg % video_id, expected=True)
ExtractorError: Video 25702507_456241957 does not exist.