Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metube/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

services:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 8081

metube:
image: ghcr.io/alexta69/metube:2026.02.22@sha256:7a10c8a53a50a2c3c6e5599cab16b6be62a99a9ce9e0e48769328c6ce59b30c9
image: ghcr.io/alexta69/metube:2026.02.27@sha256:993402261882aa3d26b80085e8d4d5730e7de617231e274bf8c6667a86d21ba8
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
Expand Down
7 changes: 5 additions & 2 deletions metube/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2026.02.22"
version: "2026.02.27"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
Expand All @@ -15,7 +15,10 @@ releaseNotes: >-


Key highlights:
- Updated yt-dlp to the latest version for improved video downloading compatibility
- Added "captions" as a new download format option
- Added advanced options for selecting captions download format
- Changed default captions type to .srt
- Added "text only" as a captions format option, which downloads .txt files directly


Full release notes can be found at https://github.com/alexta69/metube/releases
Expand Down