aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bandcamp.py
AgeCommit message (Collapse)Author
2018-08-31[bandcamp] Extract more metadata (closes #13197)Sergey M․
2018-08-31[bandcamp] Extract track_number (closes #17266)Parmjit Virk
2018-07-21Improve URL extractionSergey M․
2017-08-20[bandcamp:album] Extract track titlesLuca Steeb
2017-06-04[bandcamp:weekly] Improve and extract more metadata (closes #12758)Sergey M․
2017-06-04[bandcamp:weekly] Add extractorAdam Voss
2017-05-06[bandcamp] Fix thumbnail extractionLuca Steeb
2017-04-28[bandcamp] Update testTithen-Firion
2017-02-05[bandcamp] Fix extraction for incomplete albumsYen Chi Hsuan
Closes #11727
2016-11-19[bandcamp] Fix free downloads extraction and extract all formats (closes #11067)Sergey M․
2016-08-31[bandcamp:album] Fix title extraction (Closes #10455)Sergey M․
2016-05-22[bandcamp] raise ExtractorError when track not streamable (#9465)Thor77
* [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'
2015-10-17[bandcamp] ModernizeSergey M․
2015-10-17[bandcamp] Prepend download URL with scheme when necessary (2) (#7077)Sergey M․
2015-10-06[bandcamp] Prepend download URL with scheme when necessary (Closes #7077)Sergey M․
2015-04-20[bandcamp] fix video_id parsing (fixes #4861)Quentin Rameau
2015-02-18[bandcamp:album] Fix extractor results and associated testPhilipp Hagemeister
2015-02-10[bandcamp] Correct variable namePhilipp Hagemeister
2015-02-09[bandcamp] Use our API to get more stable error messages (#1194)Philipp Hagemeister
2015-01-16[bandcamp:album] Fix title extraction (Fixes #4721)Philipp Hagemeister
2014-12-13[bandcamp:album] Do not match plain Bandcamp URLs (#4461)Philipp Hagemeister
The _VALID_URL 1fa174692aae06406c9524fec392a131f10c68fe is to broad, since it matches everything beginning with bandcamp.com.
2014-12-14[bandcamp:album] Make path optional (Closes #4461)Sergey M․
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-11-23PEP8 appliedJouke Waleson
2014-11-12[bandcamp:album] Fix test casePhilipp Hagemeister
2014-10-02[bandcamp] Fix id extraction and modernize (Closes #3866)Sergey M․
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
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).
2014-05-20[bandcamp] Replace maxsplit keyword argument with regular oneSergey M․
Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
2014-05-17Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE ↵codesparkle
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.
2014-05-05[bandcamp] Add support for subdomains (Fixes #2850)Philipp Hagemeister
2014-01-09[bandcamp] Make thumbnail and uploader optionalPhilipp Hagemeister
Fixes #2129
2014-01-09[bandcamp] Fix variable nameJaime Marquínez Ferrándiz
2014-01-07More unicode literalsPhilipp Hagemeister
2013-12-26[bandcamp] Add support for multiple formatsPhilipp Hagemeister
2013-11-24[bandcamp] Remove unused variablePhilipp Hagemeister
2013-11-22[bandcamp] move the album test to the album extractor and return a single ↵Jaime Marquínez Ferrándiz
track instead of a playlist
2013-11-22[bandcamp] Skip album testPhilipp Hagemeister
2013-11-22[bandcamp] Support trackinfo-style songs (Fixes #1270)Philipp Hagemeister
2013-11-22[bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[Bandcamp] move into own filePhilipp Hagemeister