ytdl-sub/tests/unit/config
Jesse Bannon 735da8b647
[BUGFIX] Actually fix subscription_name with periods in it (#861)
Prior PR did not actually work - this actually fixes the bug (https://github.com/jmbannon/ytdl-sub/issues/844) where subscription names would drop periods from them, i.e. Mr. Beast would have the name  Beast.

POTENTIAL BREAKING CHANGE
If you have a subscription with a period in its name prior to this fix, this change will make it so your download archive is not found since it uses the subscription name in the download archive file path. To fix, simply change the download archive JSON's name to have the actual subscription name, and not the dropped-period one.
2023-12-29 15:41:33 -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 [BACKEND] Make sibling metadata optional to compute (#855) 2023-12-26 11:57:03 -08:00
test_preset.py [FEATURE] Filter plugins, regex helper script functions (#848) 2023-12-20 09:52:12 -08:00
test_subscription.py [BUGFIX] Actually fix subscription_name with periods in it (#861) 2023-12-29 15:41:33 -08:00