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] No video formats found #8646
Comments
|
Still reproducible. Please, reopen.
|
|
Apparently they changed it again. |
|
@dstftw could you please elaborate why this issue was silently closed again? Should I open the new issue instead? Following command still gives error:
|
|
Same for me.. Video in initial comment works, but this does not: http://vk.com/video-22781583_456239892
Same result when using Python with youtube-dl binary. Works in Chrome, is pretty slow, but this could be my connection at the moment. |
|
There are some commits fixing VK-related problems on master: https://github.com/rg3/youtube-dl/commits/master. Seems dstftw forgot to add issue numbers to commit messages so this issue is not referenced. The fix will be included in the next release. If you're in urge, clone this repository and see https://github.com/rg3/youtube-dl#developer-instructions for how to run it. Here's an example log of the current master:
|
|
Can confirm..
Issue has been closed because it is fixed |
|
@yan12125 thanks a lot for the clarification! |
:~$ youtube-dl --verbose http://vk.com/video-110305615_171782105
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vk.com/video-110305615_171782105']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.02.22
[debug] Python version 3.4.2 - Linux-3.16.0-4-amd64-x86_64-with-debian-8.2
[debug] exe versions: avconv 11.4-6, avprobe 11.4-6, rtmpdump 2.4
[debug] Proxy map: {}
[vk] -110305615_171782105: Downloading webpage
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/webapps/getvideo/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "/webapps/getvideo/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 316, in extract
return self._real_extract(url)
File "/webapps/getvideo/lib/python3.4/site-packages/youtube_dl/extractor/vk.py", line 307, in _real_extract
self._sort_formats(formats)
File "/webapps/getvideo/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 829, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.