aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bandcamp.py
Commit message (Collapse)AuthorAgeFilesLines
* [bandcamp] Fix id extraction and modernize (Closes #3866)Sergey M․2014-10-021-6/+16
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-2/+8
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* [bandcamp] Replace maxsplit keyword argument with regular oneSergey M․2014-05-201-1/+1
| | | | Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
* Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE ↵codesparkle2014-05-171-22/+16
| | | | | | | inappropriately matched non-album bandcamp links as well. BandcampIE changed to report full-accuracy duration instead of unnecessarily rounding it to the nearest integer. Simplified conditionals and parsing a bit. Fixed typos.
* [bandcamp] Add support for subdomains (Fixes #2850)Philipp Hagemeister2014-05-051-3/+7
|
* [bandcamp] Make thumbnail and uploader optionalPhilipp Hagemeister2014-01-091-2/+2
| | | | Fixes #2129
* [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 ↵Jaime Marquínez Ferrándiz2013-11-221-26/+26
| | | | track instead of a playlist
* [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