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:
commit
ea774b77dc
1 changed files with 2 additions and 3 deletions
|
@ -489,11 +489,10 @@ import:
|
||||||
# Examples:
|
# Examples:
|
||||||
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
||||||
# * https://api.github.com/repos/yt-dlp/yt-dlp/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
|
# youtube-dl binary name
|
||||||
# yt-dlp is also supported
|
name: 'yt-dlp'
|
||||||
name: 'youtube-dl'
|
|
||||||
|
|
||||||
# Path to the python binary to execute for youtube-dl or yt-dlp
|
# Path to the python binary to execute for youtube-dl or yt-dlp
|
||||||
python_path: '/usr/bin/python3'
|
python_path: '/usr/bin/python3'
|
||||||
|
|
Loading…
Reference in a new issue