Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE inappropriat...
authorcodesparkle <adam.thalhammer@outlook.com>
Sat, 17 May 2014 04:22:24 +0000 (14:22 +1000)
committercodesparkle <adam.thalhammer@outlook.com>
Sat, 17 May 2014 04:22:24 +0000 (14:22 +1000)
commit79981f039ba14cd4b8e1be1c723ad9ee188fe2c4
treef89671ced6c346065605bceac9405c978e119fc2
parent91994c2c81302fede68ead037e3f3e7353b1b5d5
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.
youtube_dl/extractor/bandcamp.py