Author | SHA1 | Message | Date |
---|---|---|---|
Sergey M․ | b1337948eb | [grooveshark] Fix extraction | 10 years ago |
codesparkle | 52585fd6dc | The opening curly brace `{` is a regex reserved [control character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped. | 10 years ago |
Philipp Hagemeister | 4164f0117e | [utils] Remove unused import | 10 years ago |
Philipp Hagemeister | a3db22ebdf | [grooveshark] Use proper imports | 10 years ago |
Philipp Hagemeister | eb9da9b732 | [grooveshark] Fix test md5sum | 10 years ago |
Philipp Hagemeister | d769be6c96 | [grooveshark,http] Make HTTP POST downloads work | 10 years ago |
Keith Beckman | ee1a7032d5 |
Fixed errors found by travisci:
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 |
11 years ago |
Keith Beckman | 7ed806d241 | Fixed pyflakes and pep8 warnings | 11 years ago |
Keith Beckman | dd06c95e43 | Added new IE for Grooveshark | 11 years ago |