github jmbannon/ytdl-sub 2023.09.13
ytdl-sub 2023.09.13

latest releases: 2024.09.18, 2024.09.08, 2024.09.06.post3...
12 months ago

[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 😉
Docs can be found here.

Don't miss a new ytdl-sub release

NewReleases is sending notifications on new releases.