yt-dlp: update package description

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-05-01 21:54:25 +03:00
committed by Hannu Nyman
parent 067a5c3415
commit fdbd1bc971

View File

@@ -22,7 +22,7 @@ include ../../lang/python/python3-package.mk
define Package/yt-dlp define Package/yt-dlp
SECTION:=multimedia SECTION:=multimedia
CATEGORY:=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 URL:=https://github.com/yt-dlp/yt-dlp
PROVIDES:=youtube-dl PROVIDES:=youtube-dl
DEPENDS:= \ DEPENDS:= \
@@ -40,9 +40,8 @@ define Package/yt-dlp
endef endef
define Package/yt-dlp/description define Package/yt-dlp/description
yt-dlp is a small command-line program to download videos yt-dlp is a feature-rich command-line audio/video downloader with support for
from YouTube.com and other video sites. thousands of sites.
It requires the Python3 interpreter.
endef endef
$(eval $(call Py3Package,yt-dlp)) $(eval $(call Py3Package,yt-dlp))