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

[ComedyCentral] Unable to extract mgid #10821

Closed
mcepl opened this issue Oct 1, 2016 · 1 comment
Closed

[ComedyCentral] Unable to extract mgid #10821

mcepl opened this issue Oct 1, 2016 · 1 comment
Labels

Comments

@mcepl
Copy link
Contributor

@mcepl mcepl commented Oct 1, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.09.27
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

- [x] Bug report (encountered problems with youtube-dl)

matej@mitmanek: ~$ youtube-dl --verbose 'http://www.cc.com/episodes/18dju4/the-colbert-report-june-30--2011---timothy-garton-ash-season-7-ep-07086'[debug] System config: [u'--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.cc.com/episodes/18dju4/the-colbert-report-june-30--2011---timothy-garton-ash-season-7-ep-07086']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.09.27
[debug] Python version 2.7.5 - Linux-3.10.0-509.el7.x86_64-x86_64-with-redhat-7.3-Maipo
[debug] exe versions: ffmpeg 3.1.3-static, ffprobe 2.6.8, rtmpdump 2.4
[debug] Proxy map: {}
[ComedyCentral] the-colbert-report-june-30--2011---timothy-garton-ash-season-7-ep-07086: Downloading webpage
ERROR: Unable to extract mgid; 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 "/usr/lib/python2.7/site-packages/youtube_dl/extractor/mtv.py", line 208, in _extract_mgid
    og_url = self._og_search_video_url(webpage)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 776, in _og_search_video_url
    return self._html_search_regex(regexes, html, name, **kargs)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 667, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 658, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video url; 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 "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 355, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/mtv.py", line 230, in _real_extract
    mgid = self._extract_mgid(webpage)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/mtv.py", line 224, in _extract_mgid
    r'embed/(mgid:.+?)["\'&?/]', sm4_embed, 'mgid')
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 658, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract mgid; 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.

matej@mitmanek: ~$
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 1, 2016

There is no video on this page.

@dstftw dstftw closed this Oct 1, 2016
@dstftw dstftw added the invalid label Oct 1, 2016
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
2 participants
You can’t perform that action at this time.