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 😉
|
||
|---|---|---|
| .. | ||
| conf.py | ||
| config.rst | ||
| deprecation_notices.rst | ||
| getting_started.rst | ||
| index.rst | ||
| install.rst | ||
| make.bat | ||
| Makefile | ||
| presets.rst | ||
| usage.rst | ||