mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "4.5",
|
|
"description": "Video downloader from various sites",
|
|
"homepage": "https://svtplay-dl.se",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://svtplay-dl.se/download/4.5/svtplay-dl-amd64.zip",
|
|
"hash": "ad6a9fd6f81bc34c661e039925000435616fb9aca1d277d802239c4bba76c2cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/4.5/svtplay-dl-win32.zip",
|
|
"hash": "611c9208b54044228c18fa14f1137309c0030e5f57bd6ccc0a1d3f076a18a081"
|
|
}
|
|
},
|
|
"extract_dir": "svtplay-dl",
|
|
"bin": "svtplay-dl.exe",
|
|
"checkver": ">Currently v([\\d.]+)\\s+\\(",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|