mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
youtube-dl: Suggest ffmpeg instead of depending on it (#568)
This commit is contained in:
parent
cc6fe3f1d0
commit
92565644c7
@ -1,15 +1,18 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
||||||
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
|
||||||
"license": "Unlicense",
|
|
||||||
"version": "2019.11.05",
|
"version": "2019.11.05",
|
||||||
|
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
||||||
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
||||||
|
"license": "Unlicense",
|
||||||
|
"suggest": {
|
||||||
|
"FFmpeg": [
|
||||||
|
"ffmpeg",
|
||||||
|
"ffmpeg-nightly"
|
||||||
|
],
|
||||||
|
"vcredist": "extras/vcredist2010"
|
||||||
|
},
|
||||||
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.11.05/youtube-dl.exe",
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.11.05/youtube-dl.exe",
|
||||||
"hash": "0985ff04edfdce319356bf687061f99858c74d41df052f14308d1d64ef1baca6",
|
"hash": "0985ff04edfdce319356bf687061f99858c74d41df052f14308d1d64ef1baca6",
|
||||||
"bin": "youtube-dl.exe",
|
"bin": "youtube-dl.exe",
|
||||||
"depends": "ffmpeg",
|
|
||||||
"suggest": {
|
|
||||||
"vcredist": "extras/vcredist2010"
|
|
||||||
},
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/rg3/youtube-dl"
|
"github": "https://github.com/rg3/youtube-dl"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user