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

pornhd support broken #2693

Closed
mrthrowaway opened this issue Apr 4, 2014 · 1 comment
Closed

pornhd support broken #2693

mrthrowaway opened this issue Apr 4, 2014 · 1 comment

Comments

@mrthrowaway
Copy link

@mrthrowaway mrthrowaway commented Apr 4, 2014

The following line needs in extractor/pornhd.py to be changed

        next_url = self._html_search_regex(
            r'&hd=(http.+?)&', webpage, 'video URL')

to

        next_url = self._html_search_regex(
            r'Mp4HighStreamUrl = \'(http.+?)\'', webpage, 'video URL')
@dstftw dstftw closed this in 4b9cced Apr 4, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Apr 4, 2014

Thank you for the report. This fix has been added to youtube-dl 2014.04.04.5.

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.