From fdbd1bc9712b7f123a57b85b6b2d5a0044df1b94 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 1 May 2025 21:54:25 +0300 Subject: [PATCH] yt-dlp: update package description Signed-off-by: George Sapkin --- multimedia/yt-dlp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/multimedia/yt-dlp/Makefile b/multimedia/yt-dlp/Makefile index fbcc03fc3d..4e617202ad 100644 --- a/multimedia/yt-dlp/Makefile +++ b/multimedia/yt-dlp/Makefile @@ -22,7 +22,7 @@ include ../../lang/python/python3-package.mk define Package/yt-dlp SECTION:=multimedia CATEGORY:=Multimedia - TITLE:=Utility to download videos from YouTube.com + TITLE:=A feature-rich command-line audio/video downloader URL:=https://github.com/yt-dlp/yt-dlp PROVIDES:=youtube-dl DEPENDS:= \ @@ -40,9 +40,8 @@ define Package/yt-dlp endef define Package/yt-dlp/description - yt-dlp is a small command-line program to download videos - from YouTube.com and other video sites. - It requires the Python3 interpreter. + yt-dlp is a feature-rich command-line audio/video downloader with support for + thousands of sites. endef $(eval $(call Py3Package,yt-dlp))