Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Request] Option to prefer stream over download for soundcloud #3724
Comments
|
You can use |
Hello,
For an application I am working on, I use streams from soundcloud to play music. This fails when the file for the track is available for download. I was wondering if there a way (perhaps as a parameter?) to support getting the stream as opposed to the download if preferred by the user.
Example:
(Download NOT available, gives stream URL)
(Download available, returns download URL)
The second one would fail for my use.
I'm guessing this may not be possible because of implementation on soundcloud's end, or because it is not a common enough case to warrant adding an option. Thanks!