yt-dlp: Fix description

youtube-dl -> yt-dlp... :)
This commit is contained in:
Humdinger
2022-01-31 08:25:57 +01:00
parent 055c7fa65e
commit 5a5339b015

View File

@@ -1,15 +1,15 @@
SUMMARY="A command-line program to download videos from various sites"
DESCRIPTION="A fork of youtube-dl with additional features and fixes. \
The program is usually invoked as youtube-dl followed by \
options and the video URL. Run 'youtube-dl --help' and get a summary \
options and the video URL. Run 'yt-dlp --help' and get a summary \
of all options.
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
imposes DRM restrictions and encrypts the connection. yt-dlp is not able \
to download these videos by itself."
HOMEPAGE="https://github.com/yt-dlp/yt-dlp"
COPYRIGHT="2006-2022 youtube-dl and yt-dlp contributors"
LICENSE="Unlicense"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/yt-dlp/yt-dlp/releases/download/$portVersion/yt-dlp.tar.gz"
SOURCE_FILENAME="yt-dlp-$portVersion.tar.gz"
CHECKSUM_SHA256="78455c03fb3f5a84bfc05afca5a2564af9852e8fe7f088877e20b8508217dd29"