Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Recent Cinemassacre.com issue : "ERROR: Unable to extract hd_file" #2615
Comments
|
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 |
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.