aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bandcamp.py
Commit message (Expand)AuthorAgeFilesLines
* [bandcamp:album] Extract track titlesLuca Steeb2017-08-201-1/+6
* [bandcamp:weekly] Improve and extract more metadata (closes #12758)Sergey M․2017-06-041-22/+52
* [bandcamp:weekly] Add extractorAdam Voss2017-06-041-0/+67
* [bandcamp] Fix thumbnail extractionLuca Steeb2017-05-061-1/+3
* [bandcamp] Update testTithen-Firion2017-04-281-4/+4
* [bandcamp] Fix extraction for incomplete albumsYen Chi Hsuan2017-02-051-3/+16
* [bandcamp] Fix free downloads extraction and extract all formats (closes #11067)Sergey M․2016-11-191-24/+62
* [bandcamp:album] Fix title extraction (Closes #10455)Sergey M․2016-08-311-2/+14
* [bandcamp] raise ExtractorError when track not streamable (#9465)Thor772016-05-221-2/+6
* [bandcamp] ModernizeSergey M․2015-10-171-2/+4
* [bandcamp] Prepend download URL with scheme when necessary (2) (#7077)Sergey M․2015-10-171-1/+1
* [bandcamp] Prepend download URL with scheme when necessary (Closes #7077)Sergey M․2015-10-061-2/+2
* [bandcamp] fix video_id parsing (fixes #4861)Quentin Rameau2015-04-201-1/+1
* [bandcamp:album] Fix extractor results and associated testPhilipp Hagemeister2015-02-181-7/+13
* [bandcamp] Correct variable namePhilipp Hagemeister2015-02-101-1/+1
* [bandcamp] Use our API to get more stable error messages (#1194)Philipp Hagemeister2015-02-091-7/+10
* [bandcamp:album] Fix title extraction (Fixes #4721)Philipp Hagemeister2015-01-161-1/+2
* [bandcamp:album] Do not match plain Bandcamp URLs (#4461)Philipp Hagemeister2014-12-131-1/+1
* [bandcamp:album] Make path optional (Closes #4461)Sergey M․2014-12-141-1/+7
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* PEP8 appliedJouke Waleson2014-11-231-2/+2
* [bandcamp:album] Fix test casePhilipp Hagemeister2014-11-121-2/+7
* [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
* [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