| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
`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
|
|
|
|
| |
Authored by: fstirlitz
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
to avoid using same folder when using pip install for example
|
|
|
|
| |
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.
|
| |
|
|
|
| |
typo
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Make them directly executable again
* Move common stuff (md5, parameters) to helper
* Never import *
* General clean up
|
|
|
|
|
|
| |
Use a sintax like
tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
|
|
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.
|