about summary refs log tree commit diff
path: root/youtube_dl/extractor/mixcloud.py
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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
* [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