ytdl-sub/src/ytdl_sub/subscriptions
Jesse Bannon c163f9766a
[BACKEND] Configurable resolution level when validating variables (#1415)
Expands variable validation to also include support for partial resolution.

In short, this will partially execute script code until it hits unresolved runtime variables, and store that as the new script representation. This functionality will allow for the upcoming `inspect` command, which will show users their script code in action without having to dry-run.
2026-02-02 09:50:52 -08:00
..
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
base_subscription.py [BACKEND] Configurable resolution level when validating variables (#1415) 2026-02-02 09:50:52 -08:00
subscription.py [BUGFIX] Only apply --dl-override to subscriptions in --match (#890) 2024-01-09 20:50:31 -08:00
subscription_download.py [HOTFIX] Fix StringFormattingException regarding keep_max_files (#1427) 2026-01-26 17:30:44 -08:00
subscription_validators.py [BACKEND] %contains_any function, list + dict support for tilda overrides mode (#1054) 2024-09-20 09:23:22 -07:00
subscription_ytdl_options.py [HOTFIX] Fix StringFormattingException regarding keep_max_files (#1427) 2026-01-26 17:30:44 -08:00