ytdl-sub/tests/unit/config
Jesse Bannon a48efdc84c
[FEATURE] format plugin to set yt-dlp format easier (#714)
Makes setting yt-dlp's `format` field easier by giving it its own documented plugin.

Old:
```
my_format_preset:
  ytdl_options:
    format: "best"
```

New:
```
my_format_preset:
  format: "best"
```

The old method will still work, so do not worry about updating configs ASAP. However, the option is available to save a few lines 😉
2023-09-13 00:02:19 -07:00
..
__init__.py Validate all preset StringFormatValidators on init (#79) 2022-06-28 09:34:30 -07:00
conftest.py [REFACTOR] Purge download_strategy from configs + tests (#670) 2023-07-25 20:26:04 -07:00
test_config_file.py [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00
test_preset.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_subscription.py [FEATURE] Add __value__ to subscription files to be able to create one-liner subs (#641) 2023-06-29 23:57:54 -07:00