ScoopInstaller_Main/bucket/svtplay-dl.json
2021-02-08 00:01:48 +00:00

33 lines
1.0 KiB
JSON

{
"version": "2.9",
"description": "Video downloader from various sites",
"homepage": "https://svtplay-dl.se",
"license": "MIT",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://svtplay-dl.se/download/2.9/svtplay-dl-amd64.zip",
"hash": "9a311a2406d3ff14b64daf54fb229bc77ad130735779534e7e9a4215adf21197"
},
"32bit": {
"url": "https://svtplay-dl.se/download/2.9/svtplay-dl-win32.zip",
"hash": "24d613935455da738661df6163fabac8f65b3d21d8d3806724431fd648f661a7"
}
},
"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"
}
}
}
}