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

Comedy Central -> "ERROR: Unable to extract mgid" #7002

Closed
artphotodude opened this issue Sep 27, 2015 · 2 comments
Closed

Comedy Central -> "ERROR: Unable to extract mgid" #7002

artphotodude opened this issue Sep 27, 2015 · 2 comments

Comments

@artphotodude
Copy link

@artphotodude artphotodude commented Sep 27, 2015

Here is the Verbose output:


LinuxMint:~ mintuser$ youtube-dl --verbose http://www.cc.com/full-episodes/7jsony/the-nightly-show-with-larry-wilmore-september-24--2015---pope-francis-in-nyc---deadly-selfies-season-1-ep-01112
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.cc.com/full-episodes/7jsony/the-nightly-show-with-larry-wilmore-september-24--2015---pope-francis-in-nyc---deadly-selfies-season-1-ep-01112']
[debug] Encodings: locale US-ASCII, fs utf-8, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2015.09.22
[debug] Python version 2.7.8 - Darwin-8.11.0-Power_Macintosh-powerpc-32bit
[debug] exe versions: none
[debug] Proxy map: {}
[ComedyCentral] the-nightly-show-with-larry-wilmore-september-24--2015---pope-francis-in-nyc---deadly-selfies-season-1-ep-01112: 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; 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/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 193, in _real_extract
og_url = self._og_search_video_url(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 680, in _og_search_video_url
return self._html_search_regex(regexes, html, name, **kargs)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 590, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 581, 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; 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 203, in _real_extract
webpage, 'mgid')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 581, 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; type youtube-dl -U to update.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 27, 2015

Duplicate of #6936.
This is already fixed in master and will be incorporated in the next version of youtube-dl.

@dstftw dstftw closed this Sep 27, 2015
@artphotodude
Copy link
Author

@artphotodude artphotodude commented Sep 27, 2015

Many Thanks! You all ROCK!

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.