ytdl-sub/tests/e2e
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
..
bandcamp [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
plugins [FEATURE] Filter plugins, regex helper script functions (#848) 2023-12-20 09:52:12 -08:00
soundcloud [BUGFIX] Use proper extractor key for download archive (#840) 2023-12-14 17:04:03 -08:00
youtube [FEATURE] Add --dl-override to pass dl arg overrides to all subscriptions (#882) 2024-01-08 15:19:01 -08:00
__init__.py e2e tests wip 2022-04-28 04:43:47 +00:00
conftest.py [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00