ScoopInstaller_Main/bucket/svtplay-dl.json
2021-10-19 22:00:36 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.7",
"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.7/svtplay-dl-amd64.zip",
"hash": "887f291425f0bef3bc6e94681eae731c8b3609ef4a7beffea641074a53c45a38"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.7/svtplay-dl-win32.zip",
"hash": "12080bd8d760d672e377e47ade2fd8be3ce5c066206e56bc499f9ee8b9b906df"
}
},
"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"
}
}
}
}