mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
yt-dlp: Fix description
youtube-dl -> yt-dlp... :)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user