From: George Sapkin Date: Thu, 1 May 2025 18:54:25 +0000 (+0300) Subject: yt-dlp: update package description X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fdbd1bc9712b7f123a57b85b6b2d5a0044df1b94;p=openwrt-packages.git yt-dlp: update package description Signed-off-by: George Sapkin --- diff --git a/multimedia/yt-dlp/Makefile b/multimedia/yt-dlp/Makefile index fbcc03fc3..4e617202a 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))