chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.04 #805
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
ubuntu-2025.06.12
->ubuntu-2025.07.04
Release Notes
jmbannon/ytdl-sub (ghcr.io/jmbannon/ytdl-sub)
v2025.07.04
: ytdl-sub 2025.07.04Compare Source
[FEATURE]
Filter Duration
prebuilt preset (#1259)Adds the prebuilt preset
Filter Duration
, which can include/exclude media based on its duration.Supports the following override variables:
filter_duration_min_s
filter_duration_max_s
Usage:
v2025.07.03
: ytdl-sub 2025.07.03Compare Source
[BACKEND] Default log level verbose (#1256)
Makes
--log-level verbose
the new default, which now shows yt-dlp logs.Use
--log-level info
to hide yt-dlp logs.v2025.07.03.post1
: ytdl-sub 2025.07.03.post1[BACKEND] Enable throttle protection by default (#1257)
To protect new users, all prebuilt preset (excluding Soundcloud and Bandcamp) will include throttle protection by default.
Set the override variable
enable_throttle_protection: False
.This can be done on a per-subscription basis and/or in the top preset section to apply to all presets:
Your settings will override whatever values are set in the defaults.
Closes:
v2025.07.02.post1
: ytdl-sub 2025.07.02.post1Compare Source
[BUILD] Use windows-latest for build (#1254)
v2025.06.27
: ytdl-sub 2025.06.27Compare Source
Bump yt-dlp[default] from 2025.6.9 to 2025.6.25 (#1250)
Bumps yt-dlp[default] from 2025.6.9 to 2025.6.25.
updated-dependencies:
dependency-version: 2025.6.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v2025.06.19
: ytdl-sub 2025.06.19Compare Source
[FEATURE]
height
andwidth
variables (#1243)Adds
height
andwidth
entry variables, representing pixels to know resolution. For audio, defaults to 0.v2025.06.19.post1
: ytdl-sub 2025.06.19.post1Compare Source
[FEATURE]
square_thumbnail
plugin (#1244)Adds the ability to make thumbnails square, both file and embedded. Usage:
Will soon enable this by default for all music-based presets with a toggle to disable.
Huge thanks to @Kentaro1043 for crafting the ffmpeg command for this!
Closes https://github.com/jmbannon/ytdl-sub/issues/383
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.