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.com] Can't download embedded rutube videos #4514
Comments
|
Ok, figured it out - it's rutube video on vk. I was able to download video from rutube, So it'd be good if youtube-dl could figure that out by itself? But it's just for convenience in this case and not a lethal case. Thank you very much! |
|
I believe this issue to be fixed in youtube-dl 2015.01.04. See our FAQ if you need help updating. |
|
This broke most tests on the vk extractor. |
|
In hindsight, I think it only broke three out of seven tests. |
|
@anisse they should work again now. |
|
Confirmed. Thanks a lot! |
[debug] Command-line args: ['http://vk.com/video-57839910_167080183', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.17.2
[debug] Python version 2.7.3 - Linux-3.12.28+-armv6l-with-debian-7.6
[debug] exe versions: avconv 9.14-6, avprobe 9.14-6, ffmpeg 0.8.13-6, rtmpdump 2.4
[debug] Proxy map: {}
[vk.com] -57839910_167080183: Downloading webpage
ERROR: Unable to extract vars; please report this issue on https://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 include its complete output.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 592, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 243, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/vk.py", line 176, in _real_extract
data_json = self._search_regex(r'var vars = ({.*?});', info_page, 'vars')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 489, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract vars; please report this issue on https://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 include its complete output.