-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to play SoundCloud files #811
Comments
@mitchell-bu i think you need to paste a soundcloud frontend url not an mp3 file url |
I ultimately forked this repo and since I don't care if I show the SoundCloud player, I just changed the MATCH_URL regex so feeds.soundcloud.com goes to the generic player. |
Fixed in |
Current Behavior
When providing a src URL to a file hosted by SoundCloud, the player does not load the audio and instead shows 'You have not provided a valid SoundCloud URL'.
Expected Behavior
The player should play audio hosted by SoundCloud feeds.
Steps to Reproduce
Environment
Other Information
The player is redirecting the request to https://w.soundcloud.com/player/?url=http://feeds.soundcloud.com/stream/589508247-mtqs-podcast-amir-fassihi-amnion-life.mp3&visual=true&buying=false&liking=false&download=false&sharing=false&show_comments=false&show_playcount=false&callback=true
The text was updated successfully, but these errors were encountered: