Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Grooveshark] Remove the extractor | Yen Chi Hsuan | 2015-05-02 | 1 | -191/+0 |
| | | | | grooveshark.com was shut down on 2015/04/30 | ||||
* | [grooveshark] Fix extraction | Sergey M․ | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | The opening curly brace `{` is a regex reserved [control ↵ | codesparkle | 2015-01-30 | 1 | -1/+1 |
| | | | | character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped. | ||||
* | [utils] Remove unused import | Philipp Hagemeister | 2014-11-05 | 1 | -3/+4 |
| | |||||
* | [grooveshark] Use proper imports | Philipp Hagemeister | 2014-08-24 | 1 | -16/+15 |
| | |||||
* | [grooveshark] Fix test md5sum | Philipp Hagemeister | 2014-08-24 | 1 | -2/+1 |
| | |||||
* | [grooveshark,http] Make HTTP POST downloads work | Philipp Hagemeister | 2014-08-24 | 1 | -39/+26 |
| | |||||
* | Fixed errors found by travisci: | Keith Beckman | 2014-05-20 | 1 | -6/+8 |
| | | | | | | py26: re.split can't take flags. use inline flags or re.compile py27: info_dict must be serializable. remove request object py335, py34: no urlparse module. use utils.compat_urlparse | ||||
* | Fixed pyflakes and pep8 warnings | Keith Beckman | 2014-05-20 | 1 | -21/+24 |
| | |||||
* | Added new IE for Grooveshark | Keith Beckman | 2014-05-20 | 1 | -0/+200 |