forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbbdown.json
32 lines (32 loc) · 979 Bytes
/
bbdown.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"homepage": "https://github.com/nilaoda/BBDown",
"description": "Command line Bilibili downloader",
"version": "1.6.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/BBDown/releases/download/1.6.1/BBDown_1.6.1_20230818_win-x64.zip",
"hash": "bc3af8f677c8775b8d8e37ae1b35783d820a94c41d2a89bb330a946ca3e1fcaf"
}
},
"bin": "BBDown.exe",
"suggest": {
"aria2": "aria2",
"ffmpeg": [
"ffmpeg",
"ffmpeg-shared"
],
"mp4box": "gpac"
},
"checkver": {
"url": "https://api.github.com/repos/nilaoda/BBDown/releases/latest",
"regex": "BBDown_([\\d.]+)_(?<date>\\d+)_win"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/BBDown/releases/download/$version/BBDown_$version_$matchDate_win-x64.zip"
}
}
}
}