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 😉
|
||
|---|---|---|
| .. | ||
| internal | ||
| __init__.py | ||
| test_audio_extract.py | ||
| test_chapters.py | ||
| test_date_range.py | ||
| test_file_convert.py | ||
| test_match_filters.py | ||
| test_music_tags.py | ||
| test_nfo_tags.py | ||
| test_regex.py | ||
| test_split_by_chapters.py | ||
| test_subtitles.py | ||