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 not work with non-English urls #2088

Closed
OpenHMR opened this issue Jan 4, 2014 · 1 comment
Closed

pornhd not work with non-English urls #2088

OpenHMR opened this issue Jan 4, 2014 · 1 comment

Comments

@OpenHMR
Copy link

@OpenHMR OpenHMR commented Jan 4, 2014

Please, change this line:

_VALID_URL = r'(?:http://)?(?:www.)?pornhd.com/videos/(?P<video_id>[0-9]+)/(?P<video_title>.+)'

to something like:

_VALID_URL = r'(?:http://)?(?:www.)?pornhd.com(/de|/es|/fr|/it|/ja)?/videos/(?P<video_id>[0-9]+)/(?P<video_title>.+)'

Greetings.

@phihag
Copy link
Contributor

@phihag phihag commented Jan 5, 2014

Thanks for the report. This has been fixed in youtube-dl 2014.01.05. Type youtube-dl -U to update.

@phihag phihag closed this in 448711e Jan 5, 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.