ScoopInstaller_Main/bucket/svtplay-dl.json
2021-06-17 21:00:23 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.0",
"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.0/svtplay-dl-amd64.zip",
"hash": "e72e114b8de771ffb415fc1475dd644cccfe602276830b70ed378a8d108e3b5e"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.0/svtplay-dl-win32.zip",
"hash": "0577d243b1343b4c8bac48a037cb8f65922d9d2452d57457b699dd076dd33771"
}
},
"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"
}
}
}
}