mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update metube to version 2024-08-22 (#1400)
This commit is contained in:
parent
89ebc712c4
commit
37d8a379cf
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8081
|
||||
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube:2024-08-07@sha256:0d185ecd4dc9c6efdcbf83b152086075c1dad113ba787619783523d8c4f96423
|
||||
image: ghcr.io/alexta69/metube:2024-08-22@sha256:cea4b8628563a7497a88c9970418ff335722c6b53820911bccc6105b8a0a5a28
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: metube
|
||||
category: media
|
||||
name: MeTube
|
||||
version: "2024-08-07"
|
||||
version: "2024-08-22"
|
||||
tagline: Download videos from YouTube
|
||||
description: >-
|
||||
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
|
||||
|
@ -11,7 +11,10 @@ dependencies: []
|
|||
repo: https://github.com/alexta69/metube
|
||||
port: 3700
|
||||
releaseNotes: >-
|
||||
This update includes improvements to the underlying audio/video downloader.
|
||||
Key highlights in this release:
|
||||
- Added Playlist Strict mode and Item limits
|
||||
- Fixed: URLs with a video in a playlist were incorrectly downloaded as a whole playlist as single item instead of split by each video
|
||||
- Fixed: Regression causing playlist output format to be applied to every video
|
||||
support: https://github.com/alexta69/metube/issues
|
||||
website: https://github.com/alexta69/metube
|
||||
gallery:
|
||||
|
|
Loading…
Reference in New Issue
Block a user