aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/grooveshark.py
Commit message (Collapse)AuthorAgeFilesLines
* [Grooveshark] Remove the extractorYen Chi Hsuan2015-05-021-191/+0
| | | | grooveshark.com was shut down on 2015/04/30
* [grooveshark] Fix extractionSergey M․2015-03-171-3/+3
|
* The opening curly brace `{` is a regex reserved [control ↵codesparkle2015-01-301-1/+1
| | | | character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped.
* [utils] Remove unused importPhilipp Hagemeister2014-11-051-3/+4
|
* [grooveshark] Use proper importsPhilipp Hagemeister2014-08-241-16/+15
|
* [grooveshark] Fix test md5sumPhilipp Hagemeister2014-08-241-2/+1
|
* [grooveshark,http] Make HTTP POST downloads workPhilipp Hagemeister2014-08-241-39/+26
|
* Fixed errors found by travisci:Keith Beckman2014-05-201-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 warningsKeith Beckman2014-05-201-21/+24
|
* Added new IE for GroovesharkKeith Beckman2014-05-201-0/+200