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.
[generic/Soundcloud] Please add support Soundcloud playlists and for the embedded Soundcloud player #2843
Comments
|
Thank you for the report. Should be fixed in 2014.05.05. As usual, type |
There's already
soundcloud.pyto handle some Soundcloud URLs but there's no support for Soundcloud playlists (e.g. https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F4110309&color=ff0000&auto_play=false&show_artwork=true) or support for the embedded Soundcloud player in the generic extractor.Example URL: http://www.tiltbrass.org/bpc-aug-0_scr-02/ (this is the URL for the embedded playlist above but there is also just embedded single songs on some pages, the SoundcloudIE should be able to handle all cases correctly).
I've noticed in some cases on different sites, the embed is done with an
<object>tag but most of the time it's an<iframe>.