Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vk] Add support for 1tv embeds #9691

Open
kotofond opened this issue Jun 4, 2016 · 0 comments
Open

[vk] Add support for 1tv embeds #9691

kotofond opened this issue Jun 4, 2016 · 0 comments
Labels

Comments

@kotofond
Copy link
Contributor

@kotofond kotofond commented Jun 4, 2016

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.06.03. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.06.03

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

D:\>youtube-dl --verbose https://vk.com/1tv?z=video-25380626_456239892%2Fvideos-25380626%2Fpl_-25380626_-2
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://vk.com/1tv?z=video-25380626_456239892%2Fvideos-25380626%2Fpl_-25380626_-2']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.06.03
[debug] Python version 3.5.1 - Windows-10-10.0.10586-SP0
[debug] exe versions: avconv 11.3, avprobe 11.3, ffmpeg N-78358-g674cc26, ffprobe N-78358-g674cc26, rtmpdump 2.4
[debug] Proxy map: {}
[vk] -25380626_456239892: 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; 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 "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 676, in extract_info
    ie_result = ie.extract(url)
  File "c:\python35\lib\site-packages\youtube_dl\extractor\common.py", line 341, in extract
    return self._real_extract(url)
  File "c:\python35\lib\site-packages\youtube_dl\extractor\vk.py", line 296, in _real_extract
    data_json = self._search_regex(r'var\s+vars\s*=\s*({.+?});', info_page, 'vars')
  File "c:\python35\lib\site-packages\youtube_dl\extractor\common.py", line 644, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract vars; 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.
@ytdl-org ytdl-org locked and limited conversation to collaborators Jun 4, 2016
@dstftw dstftw changed the title [vk] Unable to extract vars [vk] Add support for 1tv embeds Jun 4, 2016
@yan12125 yan12125 added the request label Jun 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.