ytdl-sub/docs
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
..
conf.py Add documentation for plugins + improve docs overall (#23) 2022-05-10 22:22:03 -07:00
config.rst [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00
deprecation_notices.rst [FEATURE] Simplify `video_tags` (#661) 2023-07-24 18:18:53 -07:00
getting_started.rst [DOCS] readthedocs makeover (#493) 2023-03-01 23:45:16 -08:00
index.rst [FEATURE] embed_thumbnail plugin (#659) 2023-07-24 12:07:36 -07:00
install.rst [DOCS] Add unraid to readthedocs install (#580) 2023-04-05 12:34:00 -07:00
make.bat sphinx working 2022-04-13 07:47:33 +00:00
Makefile sphinx working 2022-04-13 07:47:33 +00:00
presets.rst [FEATURE] Add max_1080p prebuilt preset (#690) 2023-08-30 11:28:58 -07:00
usage.rst [FEATURE] Ability to suppress or write transaction log to file (#514) 2023-03-08 13:32:07 -08:00