ytdl-sub/tests/unit/config
Jesse Bannon b2056bec5d
[BACKEND] Array support for URLs (#1406)
Allows for the `download` plugin to take in a script-based array of URLs. Prebuilt presets are now greatly reduced in size by constructing urls as an array versus 100+ separate URL variables.

Eventually, we can completely remove the limit of the number of URLs in a subscription.
2025-12-31 15:24:44 -08:00
..
__init__.py Validate all preset StringFormatValidators on init (#79) 2022-06-28 09:34:30 -07:00
conftest.py [BUGFIX] Have __preset__ override nested preset keys (#784) 2023-10-25 11:35:52 -07:00
test_config_file.py [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
test_preset.py [BACKEND] Refactor validation, preparation for subscription dissect (#1398) 2025-12-30 17:03:59 -08:00
test_subscription.py [BACKEND] Array support for URLs (#1406) 2025-12-31 15:24:44 -08:00
test_subscription_validation.py [BACKEND] Refactor validation, preparation for subscription dissect (#1398) 2025-12-30 17:03:59 -08:00