aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_options.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow multiple and nested configuration filespukkandan2022-01-041-26/+0
|
* 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
* [options] TypoYen Chi Hsuan2017-07-231-1/+1
|
* [options] Correctly hide login info from debug outputs (#13696)Yen Chi Hsuan2017-07-231-0/+26
Iterate over opts instead of PRIVATE_OPTS for both performance and correctness