ytdl-sub/tests/unit/config
Jesse Bannon 65bb5c0a85
[BUGFIX] Fix periods not working in subscription names (#857)
Fixes the bug (#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-27 11:06:39 -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] Fix periods not working in subscription names (#857) 2023-12-27 11:06:39 -08:00