-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhlsdc.json
36 lines (36 loc) · 1.3 KB
/
hlsdc.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
33
34
35
36
{
"version": "v0.2.0-beta",
"description": "Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM.",
"homepage": "https://github.com/nilaoda/N_m3u8DL-RE",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.0-beta/N_m3u8DL-RE_Beta_win-x64_20230628.zip",
"hash": "9e3133f03e112cc57f34bf04234b7857ae7c997c214f0eb510a120739c388652",
"extract_dir": "N_m3u8DL-RE_Beta_win-x64"
}
},
"bin": [
"N_m3u8DL-RE.exe",
[
"N_m3u8DL-RE.exe",
"hlsdc"
]
],
"checkver": {
"github": "https://github.com/nilaoda/N_m3u8DL-RE",
"regex": "/releases/tag/(?<version>.*?)\".*?ver\\. (?<date>\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$version/N_m3u8DL-RE_Beta_win-x64_$matchDate.zip",
"extract_dir": "N_m3u8DL-RE_Beta_win-x64"
},
"arm64": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$version/N_m3u8DL-RE_Beta_win-arm64_$date.zip",
"extract_dir": "N_m3u8DL-RE_Beta_win-arm64"
}
}
}
}