Skip to content

Commit

Permalink
n-m3u8dl-re: updated to 0.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Dec 18, 2024
1 parent 4639eb4 commit 832bd1a
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions bucket/n-m3u8dl-re.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,33 @@
{
"version": "v0.2.1-beta",
"description": "Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM",
"version": "0.3.0-beta",
"description": "A modern and powerful stream downloader for MPD/M3U8/ISM.",
"homepage": "https://github.com/nilaoda/N_m3u8DL-RE",
"license": "MIT",
"suggest": {
"ffmpeg": [
"ffmpeg",
"ffmpeg-nightly"
]
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_win-x64_20240828.zip",
"hash": "34d574f29119a9b20f7752a9decf7bb1273ad42cdd7dcea034a48f522e913b94",
"extract_dir": "N_m3u8DL-RE_Beta_win-x64"
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.3.0-beta/N_m3u8DL-RE_v0.3.0-beta_win-x64_20241201.zip",
"hash": "60fc135df4ef75a4e12e23f17a06e9433862d081be10a70313212eac62ef9edd"
},
"arm64": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_win-arm64_20240828.zip",
"hash": "3125c2034241c9c7bb49dec19ffc9009f4f8a15d02cdddad90a8581708b3ca78",
"extract_dir": "N_m3u8DL-RE_Beta_win-arm64"
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.3.0-beta/N_m3u8DL-RE_v0.3.0-beta_win-arm64_20241201.zip",
"hash": "1e19e3971a777b920fdad90e8eab01c6c5b79ff4c7364dda60be68f2db1c2823"
}
},
"bin": "N_m3u8DL-RE.exe",
"checkver": {
"url": "https://api.github.com/repos/nilaoda/N_m3u8DL-RE/releases",
"regex": "releases/download/(?<tag>[vV]?[\\w-.]+)/N_m3u8DL-RE_Beta_win-x64_(?<date>[\\d.-]+).zip",
"replace": "${tag}"
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/latest",
"regex": "N_m3u8DL-RE_v(.+?)_win-x64_(?<date>\\d+).zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$matchTag/N_m3u8DL-RE_Beta_win-x64_$matchDate.zip",
"extract_dir": "N_m3u8DL-RE_Beta_win-x64"
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_v$version_win-x64_$matchDate.zip"
},
"arm64": {
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$matchTag/N_m3u8DL-RE_Beta_win-arm64_$matchDate.zip",
"extract_dir": "N_m3u8DL-RE_Beta_win-arm64"
"url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_v$version_win-arm64_$matchDate.zip"
}
}
}
Expand Down

0 comments on commit 832bd1a

Please sign in to comment.