ScoopInstaller_Main/bucket/svtplay-dl.json
2021-11-03 22:00:35 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.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/4.9/svtplay-dl-amd64.zip",
"hash": "6efbe2561476e3d1178c0b56206d2fed2ce483c75cfeb48dd1e4586877eb2091"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.9/svtplay-dl-win32.zip",
"hash": "cd5e8058bf9901a54b5bf6648755872cb3d059d899456a3a004af8d8f2bfaaaa"
}
},
"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"
}
}
}
}