Commit Graph

12 Commits (25930395225c45a9e5045ada291d37817371b086)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz dbc1366b50 [mixcloud] Use a HEAD request when checking if the url is valid
Philipp Hagemeister 57c7411f46 [mixcloud] Shed API dependency ()
Jaime Marquínez Ferrándiz abb82f1ddc [mixcloud] Unquote the track id ()
Jaime Marquínez Ferrándiz 8b286571c3 [mixcloud] Fix _VALID_RE (fixes )
Accept any character except `/` for uploader and the name, caused problems with non ASCII characters
Philipp Hagemeister d0390a0c92 [mixcloud] Use unicode_literals
Philipp Hagemeister dd2535c38a [mixcloud] Fix URL extraction
Jaime Marquínez Ferrándiz 5ffecde73f [mixcloud] Fix track url transformation (fixes )
‘/previews/‘ must be replaced with ‘/c/originals/‘ now.
Jaime Marquínez Ferrándiz cbfc470228 [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes )
Jaime Marquínez Ferrándiz baa7b1978b Remove the calls to 'compat_urllib_request.urlopen' in a few extractors
Jaime Marquínez Ferrándiz dc65dcbb6d [mixcloud] The description field may be missing (fixes )
Jaime Marquínez Ferrándiz 19e1d35989 [mixcloud] Rewrite extractor (fixes )
Philipp Hagemeister 80cbb6ddbb Move MixCloud into its own file