index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
mixcloud.py
Age
Commit message (
Expand
)
Author
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-12-11
[mixcloud] Fix metadata extraction (fixes #4443)
Jaime Marquínez Ferrándiz
2014-10-15
[mixcloud] Output downloading progress
Philipp Hagemeister
2014-10-12
[mixcloud] Fix metadata extraction (fixes #3930)
Jaime Marquínez Ferrándiz
2014-08-26
[mixcloud] Use a HEAD request when checking if the url is valid
Jaime Marquínez Ferrándiz
2014-05-13
[mixcloud] Shed API dependency (#2904)
Philipp Hagemeister
2014-02-27
[mixcloud] Unquote the track id (#2462)
Jaime Marquínez Ferrándiz
2014-02-26
[mixcloud] Fix _VALID_RE (fixes #2462)
Jaime Marquínez Ferrándiz
2014-01-17
[mixcloud] Use unicode_literals
Philipp Hagemeister
2014-01-17
[mixcloud] Fix URL extraction
Philipp Hagemeister
2014-01-01
[mixcloud] Fix track url transformation (fixes #2068)
Jaime Marquínez Ferrándiz
2013-12-10
[mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)
Jaime Marquínez Ferrándiz
2013-12-08
Remove the calls to 'compat_urllib_request.urlopen' in a few extractors
Jaime Marquínez Ferrándiz
2013-11-24
[mixcloud] The description field may be missing (fixes #1819)
Jaime Marquínez Ferrándiz
2013-09-14
[mixcloud] Rewrite extractor (fixes #278)
Jaime Marquínez Ferrándiz
2013-06-23
Move MixCloud into its own file
Philipp Hagemeister