1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Merge pull request #342 from YunoHost-Apps/fix-yt-dlp

Change binary name to yt-dlp
This commit is contained in:
yalh76 2022-09-18 23:50:57 +02:00 committed by GitHub
commit ea774b77dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -489,11 +489,10 @@ import:
# Examples:
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
# * https://api.github.com/repos/yt-dlp/yt-dlp/releases
url: 'https://yt-dl.org/downloads/latest/youtube-dl'
url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases'
# youtube-dl binary name
# yt-dlp is also supported
name: 'youtube-dl'
name: 'yt-dlp'
# Path to the python binary to execute for youtube-dl or yt-dlp
python_path: '/usr/bin/python3'