Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -2/+1 |
| | |||||
* | Adapt age restriction tests to new .info.json filenames | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -4/+6 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Add support for single-test tox runs | Filippo Valsorda | 2013-10-12 | 1 | -1/+1 |
| | | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | ||||
* | Allow users to specify an age limit (fixes #1545) | Philipp Hagemeister | 2013-10-06 | 1 | -0/+53 |
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn. |