aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_age_restriction.py
Commit message (Collapse)AuthorAgeFilesLines
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-2/+2
| | | | `nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-1/+1
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [skip travis] renamingUnknown2020-09-021-1/+1
| | | to avoid using same folder when using pip install for example
* [test_age_restriction] remove misbehaving testPhilipp Hagemeister2015-01-081-5/+0
| | | | We now test for the age_limit being set right in test_download, so we don't need more than two tests for the actual age limit handling.
* [tests] ModernizePhilipp Hagemeister2014-11-161-1/+2
|
* Update test_age_restriction.pySimon W. Jackson2014-05-211-1/+1
| | | typo
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+1
|
* Adapt age restriction tests to new .info.json filenamesPhilipp Hagemeister2013-11-201-1/+1
|
* Simplify testsPhilipp Hagemeister2013-10-151-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 runsFilippo Valsorda2013-10-121-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 Hagemeister2013-10-061-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.