From 0ee13680b8f2d257da004e44a66520508249dbf4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 3 Mar 2024 04:42:07 +0100 Subject: [PATCH 1/2] Add MeTube to wishlist --- wishlist.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wishlist.toml b/wishlist.toml index ee080eab..7a0aa4b2 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -996,6 +996,12 @@ description = "Cloudnative solution to bind multiple Service-Meshes together, no upstream = "https://github.com/meshery/meshery" website = "https://meshery.io/" +[metube] +name = "MeTube" +description = "YouTube downloader Web UI for youtube-dl / yt-dlp" +upstream = "https://github.com/alexta69/metube" +website = "" + [microblog-pub] name = "microblog.pub" description = "A single-user ActivityPub-powered microblog." From a67f576c411e0c59d3dea3e15a9cc59905589c46 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 7 Mar 2024 17:18:17 +0100 Subject: [PATCH 2/2] neutralized description for metube --- wishlist.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wishlist.toml b/wishlist.toml index 7a0aa4b2..f9d48875 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -998,9 +998,8 @@ website = "https://meshery.io/" [metube] name = "MeTube" -description = "YouTube downloader Web UI for youtube-dl / yt-dlp" +description = "Video downloader Web UI using yt-dlp" upstream = "https://github.com/alexta69/metube" -website = "" [microblog-pub] name = "microblog.pub"