ytdl-sub/tests/unit/config
Jesse Bannon fc2da4d525
[FEATURE] square_thumbnail plugin (#1244)
Adds the ability to make thumbnails square, both file and embedded. Usage:

```
my_preset:
  square_thumbnail: True
```

Will soon enable this by default for all music-based presets with a toggle to disable.
Huge thanks to @Kentaro1043 for crafting the ffmpeg command for this!

Closes https://github.com/jmbannon/ytdl-sub/issues/383
2025-06-18 22:37:06 -07: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] square_thumbnail plugin (#1244) 2025-06-18 22:37:06 -07:00
test_preset.py [BUGFIX] Fix usage of ~ in paths (#981) 2024-05-10 19:57:48 -07:00
test_subscription.py [DEV] More OutputOption unit tests (#1082) 2024-10-02 21:37:54 -07:00