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

WorldStarHipHop URL not updated - not working for mobile URLs #5629

Closed
zeph00 opened this issue May 6, 2015 · 1 comment
Closed

WorldStarHipHop URL not updated - not working for mobile URLs #5629

zeph00 opened this issue May 6, 2015 · 1 comment

Comments

@zeph00
Copy link

@zeph00 zeph00 commented May 6, 2015

Since a while WorldStarHipHop (WSHH for later reference) has changed its URLs and thus (on mobile) the links are not recognized by YoutubeDL.

To elaborate, here's the current __VALID_URL the current WSHH has:
"_VALID_URL = r'https?://(?:www|m).worldstar(?:candy|hiphop).com/videos/video.php?v=(?P.*)'"

However, on mobile (Android) the URL is:
http://m.worldstarhiphop.com/android/video.php?v=UNIQUEVIDEOREFHERE

As you can see, the URL, instead of '/videos/' or '/video/', has '/android/' (and I believe it's '/ios/' on iOS, can anyone verify?).

I believe, to correct this, the appropriate __VALID_URL would be:
"_VALID_URL = r'https?://(?:www|m).worldstar(?:candy|hiphop).com/(?:videos|android|ios)/video.php?v=(?P.*)'"

Then again, I'm absolutely not a coder and this might be wrong, but you get the idea.

@yan12125 yan12125 closed this in fa6a169 May 14, 2015
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented May 14, 2015

Thanks for the report. Android URLs will be supported in the next version. However, there's no actual iOS URLs, so I can't test it. If you find an iOS URL, feel free to open a new issue.

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.