From 8ed86d0ec0fd1aff3066441ab4fba7e9a63e628c Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 16 Jul 2023 02:55:46 +0200 Subject: [PATCH] youtube: updated formulation --- wiki/youtube.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wiki/youtube.md b/wiki/youtube.md index 54cf05a..8b80fba 100644 --- a/wiki/youtube.md +++ b/wiki/youtube.md @@ -15,7 +15,9 @@ available in the [F-Droid Appstore](/wiki/android/f-droid.md). YouTube videos can be downloaded. Some [alternative frontends](#alternative-frontends) feature downloading of videos or making them offline available. -As a command line utility [yt-dl](https://github.com/ytdl-org/youtube-dl) or its -fork [yt-dlp](https://github.com/yt-dlp/yt-dlp) can be used. +As a command line utility [yt-dl](https://github.com/ytdl-org/youtube-dl) can be +used. +Since yt-dl is stagnant its fork [yt-dlp](https://github.com/yt-dlp/yt-dlp) is +recommended. [MeTube](/wiki/metube.md) is a self-hostable web user interface for [yt-dlp](https://github.com/yt-dlp/yt-dlp).