aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bandcamp.py
Commit message (Expand)AuthorAgeFilesLines
* [bandcamp] Replace maxsplit keyword argument with regular oneSergey M․2014-05-201-1/+1
* Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE inap...codesparkle2014-05-171-22/+16
* [bandcamp] Add support for subdomains (Fixes #2850)Philipp Hagemeister2014-05-051-3/+7
* [bandcamp] Make thumbnail and uploader optionalPhilipp Hagemeister2014-01-091-2/+2
* [bandcamp] Fix variable nameJaime Marquínez Ferrándiz2014-01-091-1/+1
* More unicode literalsPhilipp Hagemeister2014-01-071-29/+31
* [bandcamp] Add support for multiple formatsPhilipp Hagemeister2013-12-261-28/+41
* [bandcamp] Remove unused variablePhilipp Hagemeister2013-11-241-1/+0
* [bandcamp] move the album test to the album extractor and return a single tra...Jaime Marquínez Ferrándiz2013-11-221-26/+26
* [bandcamp] Skip album testPhilipp Hagemeister2013-11-221-1/+2
* [bandcamp] Support trackinfo-style songs (Fixes #1270)Philipp Hagemeister2013-11-221-2/+44
* [bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz2013-11-221-0/+24
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
* [Bandcamp] move into own filePhilipp Hagemeister2013-06-231-0/+54