ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.37k stars 9.96k forks source link

playlist for soundcloud #1485

Closed robotrono closed 10 years ago

robotrono commented 10 years ago

please!

plfort commented 10 years ago

Hello, I don't know if it can be a good starting point, but I do something like this here : https://github.com/plfort/CogimixSoundcloudBundle/blob/master/Services/SoundcloudUrlSearch.php The purpose is not to download the songs but to play it in streaming, it uses the Souncloud API.

phihag commented 10 years ago

@robotrono Can you provide an example URL?

phihag commented 10 years ago

@plfort Are you willing to put that code into the public domain?

plfort commented 10 years ago

@phihag Yes of course ! ( do you mean it lacks a license file ?)

phihag commented 10 years ago

There is indeed no license file there, but we also need any contributions to be Unlicense or Public Domain.

phihag commented 10 years ago

After looking into it, Soundcloud seems to call its playlists sets, and they are already supported; youtube-dl https://soundcloud.com/python1live/sets/dance works just fine.

jaimeMF commented 10 years ago

Closing it since sets are supported, if you find an url that fails to download, just post it and we will reopen the issue