aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bandcamp.py
Commit message (Collapse)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
| | | | Closes #11727
* [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] raise ExtractorError when track not streamable * [bandcamp] update md5 for second test * don't rely on json-data, but just check for 'file' * don't rely on presence of 'file'
* [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
| | | | The _VALID_URL 1fa174692aae06406c9524fec392a131f10c68fe is to broad, since it matches everything beginning with bandcamp.com.
* [bandcamp:album] Make path optional (Closes #4461)Sergey M․2014-12-141-1/+7
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* 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
| | | | 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