mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "3.0",
|
|
"description": "Video downloader from various sites",
|
|
"homepage": "https://svtplay-dl.se",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://svtplay-dl.se/download/3.0/svtplay-dl-amd64.zip",
|
|
"hash": "2a23ab37fbe37a3ae1214fd3e79818f6da004b4855317bec05a9ecdb7964a1a6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/3.0/svtplay-dl-win32.zip",
|
|
"hash": "b27126445ebd5d97adb2d7cf64545721e0da926866521f5e5ca9d99140c7e5f6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|