ScoopInstaller_Main/bucket/svtplay-dl.json
2022-06-08 14:59:49 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.13",
"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.13/svtplay-dl-amd64.zip",
"hash": "6167db7f585fab51a0f7581fbf3d2e2d2082d7231836110fcd036db82bd11cfc"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.13/svtplay-dl-win32.zip",
"hash": "fa7fe296942a4446546965bb00c9655d0c74e7d2378ae9141e7e7c2e5b39daa9"
}
},
"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"
}
}
}
}