Commit Graph

14 Commits (259454525f9fe41947e6e05882336b7196fc8fce)

Author SHA1 Message Date
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
11 years ago
Jaime Marquínez Ferrándiz 298f16f954 [bandcamp] Fix variable name 11 years ago
Philipp Hagemeister 3798eadccd More unicode literals 11 years ago
Philipp Hagemeister 5ecd3c6a09 [bandcamp] Add support for multiple formats 11 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