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

CondeNast - Unable to extract video info #12526

Closed
TeTeTri opened this issue Mar 22, 2017 · 0 comments
Closed

CondeNast - Unable to extract video info #12526

TeTeTri opened this issue Mar 22, 2017 · 0 comments

Comments

@TeTeTri
Copy link

@TeTeTri TeTeTri commented Mar 22, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.03.22. 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 2017.03.22

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

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-F', 'http://video.gq.com/watch/the-closer-with-keith-olbermann-the-only-true-surprise-trump-s-an-idiot?c=series', '--verbose']
[debug] Encodings: locale cp1250, fs mbcs, out cp1250, pref cp1250
[debug] youtube-dl version 2017.03.22
[debug] Python version 3.5.1 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-83410-gb1e2192, ffprobe N-83410-gb1e2192
[debug] Proxy map: {}
[CondeNast] Extracting from GQ with the Condé Nast extractor
[CondeNast] the-closer-with-keith-olbermann-the-only-true-surprise-trump-s-an-idiot: Downloading webpage
[CondeNast] 58d1865bfd2e6126e2000015: Downloading video info
ERROR: Unable to extract video info; 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 "youtube-dl\youtube_dl\YoutubeDL.py", line 761, in extract_info
    ie_result = ie.extract(url)
  File "youtube-dl\youtube_dl\extractor\common.py", line 428, in extract
    ie_result = self._real_extract(url)
  File "youtube-dl\youtube_dl\extractor\condenast.py", line 178, in _real_extract
    return self._extract_video(webpage, url_type)
  File "youtube-dl\youtube_dl\extractor\condenast.py", line 122, in _extract_video
    r'loadCallback\(({.+})\)', info_page, 'video info'), video_id)['video']
  File "youtube-dl\youtube_dl\extractor\common.py", line 767, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video info; 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.

Since the video page redesign on GQ, youtube-dl has been unable to parse its video information. This includes getting valid formats and downloading videos.

@dstftw dstftw closed this in 391d076 Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.