Ytdl-sub

Latest version: v2024.12.8

Safety actively analyzes 688053 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 43

2023.09.15.post2

[DOCS] Mention YAML single vs double quotes in regex docs (719)

Improve regex plugin docs by mentioning difference between using single-quotes and double-quotes in YAML: https://ytdl-sub.readthedocs.io/en/latest/config.html#regex

2023.09.15.post1

[FEATURE] More verbose error logs when using ytdl-sub commands (717)

Add a more informative error message when the config file is missing, and when no command is supplied (i.e. sub, dl, view)

2023.09.13

[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 :wink:
Docs can be found [here](https://ytdl-sub.readthedocs.io/en/latest/config.html#format).

2023.09.02.post4

[BACKEND] Set merge_output_format to file_convert file type (699)

Adds a small optimization to potentially avoid an additional remux by setting yt-dlp's merge output format to the desired format in the `file_convert` plugin (https://ytdl-sub.readthedocs.io/en/latest/config.html#file-convert)

2023.09.02.post3

[BACKEND] Plex TV show presets to always convert to mp4 format (701)

Plex and webm do not play well together at this time. To mitigate issues, always convert to mp4 when using any Plex prebuilt preset.

2023.09.02.post2

[FEATURE] Support `best` codec type in audio_extract (700)

Adds support to the `audio_extract` plugin (https://ytdl-sub.readthedocs.io/en/latest/config.html#audio-extract) to the following to grab the best audio format available:


audio_extract:
codec: "best"

Page 23 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.