17 Commits (13ba3a6461a2f02ae918f6aa7df0a37854dddef6)

Author SHA1 Message Date
Philipp Hagemeister 13ba3a6461 [bandcamp:album] Fix test case 10 years ago
Sergey M․ d9bf465200 [bandcamp] Fix id extraction and modernize (Closes #3866) 10 years ago
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
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).
10 years ago
Sergey M․ 2902d44f99 [bandcamp] Replace maxsplit keyword argument with regular one
Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
10 years ago
codesparkle 79981f039b Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE 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.
10 years ago
Philipp Hagemeister b48f147d5a [bandcamp] Add support for subdomains (Fixes #2850) 10 years ago
Philipp Hagemeister f8b5ab8cfa [bandcamp] Make thumbnail and uploader optional
Fixes #2129
10 years ago
Jaime Marquínez Ferrándiz 298f16f954 [bandcamp] Fix variable name 10 years ago
Philipp Hagemeister 3798eadccd More unicode literals 10 years ago
Philipp Hagemeister 5ecd3c6a09 [bandcamp] Add support for multiple formats 10 years ago
Philipp Hagemeister 23e6d50d73 [bandcamp] Remove unused variable 11 years ago
Jaime Marquínez Ferrándiz d35dc6d3b5 [bandcamp] move the album test to the album extractor and return a single track instead of a playlist 11 years ago
Philipp Hagemeister f143a42fe6 [bandcamp] Skip album test 11 years ago
Philipp Hagemeister cffa6aa107 [bandcamp] Support trackinfo-style songs (Fixes #1270) 11 years ago
Jaime Marquínez Ferrándiz 0980426559 [bandcamp] add support for albums (reported in #1270) 11 years ago
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions 11 years ago
Philipp Hagemeister 45aef47281 [Bandcamp] move into own file 11 years ago