Browse Source

Update metube to version 2024-09-22 (#1534)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
2f326d9ba9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      metube/docker-compose.yml
  2. 10
      metube/umbrel-app.yml

2
metube/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2024-08-22@sha256:cea4b8628563a7497a88c9970418ff335722c6b53820911bccc6105b8a0a5a28
image: ghcr.io/alexta69/metube:2024-09-22@sha256:95b2dbe3fcf6fdb88744a928078342c573900965556dd5ab559facb2a9b3b168
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads

10
metube/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2024-08-22"
version: "2024-09-22"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -12,9 +12,11 @@ repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: >-
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
- Added the ability to specify a robots.txt file, with a default disallowing the download links
- Added notes regarding the Raycast extension
Full release notes can be found at https://github.com/alexta69/metube/releases
support: https://github.com/alexta69/metube/issues
website: https://github.com/alexta69/metube
gallery:

Loading…
Cancel
Save