aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/reverbnation.py
Commit message (Collapse)AuthorAgeFilesLines
* [reverbnation] The 'uploader_id' field must be a stringJaime Marquínez Ferrándiz2014-08-101-3/+3
|
* [reverbnation] Simplify json downloadJaime Marquínez Ferrándiz2014-08-101-4/+1
| | | | We can directly get a json file instead of the jsonp.
* [reverbnation] Modernize testJaime Marquínez Ferrándiz2014-08-101-1/+2
|
* [reverbnation] Make sure that the thumbnail url contain the protocolJaime Marquínez Ferrándiz2014-08-101-2/+3
| | | | They are protocol relative.
* [ReverbNation] Add new IE - closes #2250Filippo Valsorda2014-07-131-0/+45