ScoopInstaller_Main/bucket/svtplay-dl.json
2022-11-23 00:33:08 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.15",
"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.15/svtplay-dl-amd64.zip",
"hash": "0e787fbb636d4b280147c6b459e021a7e6f3cf7d822a58d87955f9b95048329b"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.15/svtplay-dl-win32.zip",
"hash": "c0b4b39cbe9fb3502732dfbb2cc23e65f1a7ace7fc48c0c8a76909d89c4ef4be"
}
},
"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"
}
}
}
}