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

Fails to download searches on Youtube. Unable to extract result HTML error. #5155

Closed
cypherbits opened this issue Mar 7, 2015 · 1 comment
Closed

Comments

@cypherbits
Copy link

@cypherbits cypherbits commented Mar 7, 2015

https://www.youtube.com/results?search_query=something

This was working days ago.

[youtube:search_url] something: Downloading webpage
ERROR: Unable to extract result HTML; 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 648, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 275, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 1535, in _real_extract
r'(?s)<ol class="item-section"(.*?)', webpage, 'result HTML')
File "./youtube-dl/youtube_dl/extractor/common.py", line 547, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract result HTML; 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.

@dstftw dstftw closed this in 98998cd Mar 7, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 7, 2015

This will be fixed in the next version. Thanks for the report.

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.