Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -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 one | Sergey M․ | 2014-05-20 | 1 | -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 ↵ | codesparkle | 2014-05-17 | 1 | -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 Hagemeister | 2014-05-05 | 1 | -3/+7 |
| | |||||
* | [bandcamp] Make thumbnail and uploader optional | Philipp Hagemeister | 2014-01-09 | 1 | -2/+2 |
| | | | | Fixes #2129 | ||||
* | [bandcamp] Fix variable name | Jaime Marquínez Ferrándiz | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | More unicode literals | Philipp Hagemeister | 2014-01-07 | 1 | -29/+31 |
| | |||||
* | [bandcamp] Add support for multiple formats | Philipp Hagemeister | 2013-12-26 | 1 | -28/+41 |
| | |||||
* | [bandcamp] Remove unused variable | Philipp Hagemeister | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | [bandcamp] move the album test to the album extractor and return a single ↵ | Jaime Marquínez Ferrándiz | 2013-11-22 | 1 | -26/+26 |
| | | | | track instead of a playlist | ||||
* | [bandcamp] Skip album test | Philipp Hagemeister | 2013-11-22 | 1 | -1/+2 |
| | |||||
* | [bandcamp] Support trackinfo-style songs (Fixes #1270) | Philipp Hagemeister | 2013-11-22 | 1 | -2/+44 |
| | |||||
* | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | 2013-11-22 | 1 | -0/+24 |
| | |||||
* | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+9 |
| | |||||
* | [Bandcamp] move into own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+54 |