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

Smule changed cdn server domain for new records #2

Open
d9k opened this issue May 9, 2022 · 0 comments
Open

Smule changed cdn server domain for new records #2

d9k opened this issue May 9, 2022 · 0 comments

Comments

@d9k
Copy link

d9k commented May 9, 2022

Smule changed cdn server domain for new records. So

mp4 = re.findall("(?:url\=)(https:\/\/c-cl\.cdn\.smule\.com\/.+\.mp4)",request)
m4a = re.findall("(?:url\=)(https:\/\/c-cl\.cdn\.smule\.com\/.+m4a)",request)

should be changed to something like

mp4 = re.findall("(?:url\=)(https:\/\/[a-z\-]+\.cdn\.smule\.com\/.+\.mp4)",request)
m4a = re.findall("(?:url\=)(https:\/\/[a-z\-]+\.cdn\.smule\.com\/.+m4a)",request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant