Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bambuser] Add support for authentication (#5478) | Sergey M․ | 2015-04-20 | 1 | -0/+31 |
| | |||||
* | [bambuser] Modernize and extract more metadata | Sergey M․ | 2015-04-20 | 1 | -6/+19 |
| | |||||
* | [bambuser] Capture and output error message (#5478) | Sergey M․ | 2015-04-20 | 1 | -12/+17 |
| | |||||
* | [bambuser] Modernize | Sergey M․ | 2015-04-20 | 1 | -6/+5 |
| | |||||
* | [bambuser] Fix 'uploader_id' extraction (fixes #4944) | Jaime Marquínez Ferrándiz | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | · 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 | ||||
* | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | ||||
* | Fix all PEP8 issues except E501 | Philipp Hagemeister | 2014-11-23 | 1 | -4/+5 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -3/+3 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -4/+11 |
| | | | | 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). | ||||
* | More unicode literals | Philipp Hagemeister | 2014-01-07 | 1 | -14/+16 |
| | |||||
* | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | [bambuser] Skip the download in the test | Jaime Marquínez Ferrándiz | 2013-11-25 | 1 | -0/+5 |
| | | | | It doesn't respect the 'Range' header. | ||||
* | [bambuser] Do not test for MD5, seems to be flaky | Philipp Hagemeister | 2013-11-16 | 1 | -1/+2 |
| | |||||
* | [bambuser] Add an extractor for channels (closes #1702) | Jaime Marquínez Ferrándiz | 2013-11-02 | 1 | -1/+39 |
| | |||||
* | Add an extractor for bambuser.com (#1702) | Jaime Marquínez Ferrándiz | 2013-11-02 | 1 | -0/+42 |