ytdl-sub/src/ytdl_sub/cli
Jesse Bannon 78cdcce464
[FEATURE] Add --dl-override to pass dl arg overrides to all subscriptions (#882)
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
2024-01-08 15:19:01 -08:00
..
parsers [FEATURE] Add --dl-override to pass dl arg overrides to all subscriptions (#882) 2024-01-08 15:19:01 -08:00
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
entrypoint.py [FEATURE] Add --dl-override to pass dl arg overrides to all subscriptions (#882) 2024-01-08 15:19:01 -08:00
output_summary.py [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00
output_transaction_log.py [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00