Skip to content

chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.04 #805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2025

This PR contains the following updates:

Package Type Update Change
ghcr.io/jmbannon/ytdl-sub final minor 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.04

Compare 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:

      Plex TV Show by Date | Filter Duration:

        = Documentaries:
          "~NOVA PBS":
            url: "https://www.youtube.com/@​novapbs"
            filter_duration_min_s: 120  # Only download videos at least 2m long

        = Sports:
          "~Maple Leafs Highlights":
            url: "https://www.youtube.com/@​NHL"
            filter_duration_max_s: 180  # Only get highlight videos less than 3m long

v2025.07.03: ytdl-sub 2025.07.03

Compare 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.

How do I disable?

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:

__preset__:
  overrides:
    enable_throttle_protection: False

What if I already use throttle protection?

Your settings will override whatever values are set in the defaults.

Closes:

v2025.07.02.post1: ytdl-sub 2025.07.02.post1

Compare Source

[BUILD] Use windows-latest for build (#​1254)

v2025.06.27: ytdl-sub 2025.06.27

Compare 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-name: yt-dlp[default]
    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.19

Compare Source

[FEATURE] height and width variables (#​1243)

Adds height and width entry variables, representing pixels to know resolution. For audio, defaults to 0.

v2025.06.19.post1: ytdl-sub 2025.06.19.post1

Compare Source

[FEATURE] square_thumbnail plugin (#​1244)

Adds the ability to make thumbnails square, both file and embedded. Usage:

my_preset:
  square_thumbnail: True

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ghcr.io-jmbannon-ytdl-sub-2025.x branch from d8e83c0 to fd024b0 Compare June 27, 2025 21:02
@renovate renovate bot changed the title chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.06.19 chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.06.27 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-jmbannon-ytdl-sub-2025.x branch from fd024b0 to e8a0d7c Compare July 2, 2025 07:37
@renovate renovate bot changed the title chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.06.27 chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.02 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-jmbannon-ytdl-sub-2025.x branch from e8a0d7c to 54ac20d Compare July 3, 2025 08:37
@renovate renovate bot changed the title chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.02 chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.03 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-jmbannon-ytdl-sub-2025.x branch from 54ac20d to b944487 Compare July 5, 2025 02:51
@renovate renovate bot changed the title chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.03 chore(deps): update ghcr.io/jmbannon/ytdl-sub docker tag to v2025.07.04 Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants