ScoopInstaller_Main/bucket/svtplay-dl.json
2020-10-11 23:01:50 +00:00

33 lines
1.0 KiB
JSON

{
"version": "2.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/2.7/svtplay-dl-amd64.zip",
"hash": "5aef426431e2d7e336e12ceebb90c2446fbb038abc780c430ce22dbefee2df59"
},
"32bit": {
"url": "https://svtplay-dl.se/download/2.7/svtplay-dl-win32.zip",
"hash": "375388d8a77e0251ffe1dde1f02aa5ad54c24746605065168445639df09003be"
}
},
"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"
}
}
}
}