Commit Graph

110 Commits (6cf6b357f581af841a7d109aad47e40acf7d7795)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 92790f4e54 [soundcloud] Add an extractor for users (closes )
Jaime Marquínez Ferrándiz 668de34c6b [soundcloud] Support widget urls (fixes )
Jaime Marquínez Ferrándiz eb6a41ba0f ExfmIE: extract Soundcloud songs using SoundcloudIE
Now SouncloudIE accepts api urls.
Jaime Marquínez Ferrándiz 7d2392691c [soundcloud]: Some improvements
Extract thumbnails.
Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code.
Directly extract the file url without downloading an extra page.
Philipp Hagemeister b7cc9f5026 [soundcloud] Support URLs with a slash at the end (Fixes )
Philipp Hagemeister 20db33e299 Make sure SoundcloudIE does not match soundcloud sets
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 0d843f796b Remove superfluous name declarations
Philipp Hagemeister 0c6c096c20 [soundcloud] Move tests
Philipp Hagemeister aad0d6d5ba Move Soundcloud into its own file