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

Recent Cinemassacre.com issue : "ERROR: Unable to extract hd_file" #2615

Closed
dial81 opened this issue Mar 24, 2014 · 1 comment
Closed

Recent Cinemassacre.com issue : "ERROR: Unable to extract hd_file" #2615

dial81 opened this issue Mar 24, 2014 · 1 comment

Comments

@dial81
Copy link

@dial81 dial81 commented Mar 24, 2014

Hi all, there seems to be an issue from this week when downloading from directly from cinemassarce.com. Latest version with verbose log included.

mba:Downloads admin$ youtube-dl http://cinemassacre.com/2014/03/24/toejam-earl-genesis-james-mike-mondays/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://cinemassacre.com/2014/03/24/toejam-earl-genesis-james-mike-mondays/', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.24.1
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[Cinemassacre] None: Downloading webpage
[Cinemassacre] 5316ab098262d: Downloading webpage
ERROR: Unable to extract hd_file; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 506, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/cinemassacre.py", line 56, in _real_extract
hd_url = self._html_search_regex(r'file: '(?P<hd_file>[^']+)', label: 'HD'', playerdata, 'hd_file')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 369, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 359, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract hd_file; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@phihag
Copy link
Contributor

@phihag phihag commented Mar 24, 2014

Thank you for the report. In 0d3641e, which made it into youtube-dl 2014.03.24.2, the HD file is now optional (Sadly, cinemassacre doesn't seem to offer it any more). Type sudo youtube-dl -U to update.

@phihag phihag closed this Mar 24, 2014
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.