ScoopInstaller_Main/bucket/svtplay-dl.json
2024-06-14 20:26:38 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.83",
"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.83/svtplay-dl-amd64.zip",
"hash": "d5f20e4954c1652653c13dc4d0e254c57a8aa3a6897d52707019be71fd63bfd9"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.83/svtplay-dl-win32.zip",
"hash": "4199b5de634a8c6e6f0c400e36c6a003190ab0a24f6212459993f982169ce7b2"
}
},
"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"
}
}
}
}