aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mixcloud.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [mixcloud] Use a HEAD request when checking if the url is validJaime Marquínez Ferrándiz2014-08-261-1/+2
|
* [mixcloud] Shed API dependency (#2904)Philipp Hagemeister2014-05-131-13/+39
|
* [mixcloud] Unquote the track id (#2462)Jaime Marquínez Ferrándiz2014-02-271-2/+4
|
* [mixcloud] Fix _VALID_RE (fixes #2462)Jaime Marquínez Ferrándiz2014-02-261-1/+1
| | | | Accept any character except `/` for uploader and the name, caused problems with non ASCII characters
* [mixcloud] Use unicode_literalsPhilipp Hagemeister2014-01-171-12/+13
|
* [mixcloud] Fix URL extractionPhilipp Hagemeister2014-01-171-6/+7
|
* [mixcloud] Fix track url transformation (fixes #2068)Jaime Marquínez Ferrándiz2014-01-011-1/+1
| | | | ‘/previews/‘ must be replaced with ‘/c/originals/‘ now.
* [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)Jaime Marquínez Ferrándiz2013-12-101-2/+10
|
* Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz2013-12-081-6/+5
|
* [mixcloud] The description field may be missing (fixes #1819)Jaime Marquínez Ferrándiz2013-11-241-1/+1
|
* [mixcloud] Rewrite extractor (fixes #278)Jaime Marquínez Ferrándiz2013-09-141-84/+38
|
* Move MixCloud into its own filePhilipp Hagemeister2013-06-231-0/+115