With both `--match` and `--dl-override`, it is now possible to more easily experiment with subscriptions without needing to create a separate file. For example, suppose you are changing some values in your subscription "Rick A" and want to test them out. You can now run: ``` ytdl-sub sub --dry-run --match Rick --dl-override '--ytdl-options.max_downloads 3' ``` This will 1. Dry-run 2. Only run for the subscription "Rick A" 3. Apply setting max_downloads to 3 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_download_args_parser.py | ||
| test_entrypoint.py | ||
| test_output_summary.py | ||
| test_output_transaction_log.py | ||
| test_working_directory_lock.py | ||