Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed Jun 26, 2023
1 parent b3e51a9 commit 9e856b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Downloader/src/api/Chimu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bool api::Chimu::DownloadBeatmap(const osu::Beatmap &bm) const {
LOGI("Success download beatmapsets: %d", bm.sid);
return true;
} else {
LOGW("Sayo download failed: CURL_CODE=%d, RESPONSE_CODE=%d", code, resCode);
LOGW("Chimu download failed: CURL_CODE=%d, RESPONSE_CODE=%d", code, resCode);

This comment has been minimized.

Copy link
@EnergoStalin

EnergoStalin Jun 26, 2023

Contributor

Oops

This comment has been minimized.

Copy link
@KyuubiRan

KyuubiRan Jun 26, 2023

Author Owner

don't mind :)

}

return false;
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,28 @@ An in-game beatmap downloader for osu!stable
- [x] Handle link
- [x] Sayobot Search & Download
- [x] Bancho Search & Download
- [x] Chimu(Bloodcat) Search & Download by [EnergoStalin](https://github.com/EnergoStalin)
- [x] Sid/Bid quick search
- [x] Multi beatmap download
- [x] BP download
- [x] Favorite beatmaps download
- [x] Mapper beatmaps download
- [x] Most played beatmaps download
- [ ] (Maybe) Compatibility mode support
- [ ] (Maybe) Chimu(Bloodcat) Search & Download

## UI

![image1](docs/img/en_us/1.png)
![image2](docs/img/en_us/2.png)
![image3](docs/img/en_us/3.png)

## Contributors

<a href="https://github.com/KyuubiRan/BeatmapDownloader/graphs/contributors">
<img src="https://contrib.rocks/image?repo=KyuubiRan/BeatmapDownloader" alt="Contributors"/>
</a>


## Thanks

Osu-Ingame-Downloader: https://github.com/veritas501/Osu-Ingame-Downloader
Expand Down
10 changes: 8 additions & 2 deletions README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,28 @@
- [x] 处理游戏内链接(也支持拖动官网连接到游戏内解析)
- [x] Sayobot 搜索/下载
- [x] Bancho 搜索/下载
- [x] Chimu(Bloodcat) 搜索/下载 by [EnergoStalin](https://github.com/EnergoStalin)
- [x] Sid/Bid 搜索
- [x] 批量下图
- [x] 一键扒BP
- [x] 收藏谱面下载
- [x] 指定谱师谱面下载
- [x] 玩家最多游玩的谱面下载
- [ ] (也许) 适配兼容模式
- [ ] (也许) Chimu(Bloodcat) 搜索/下载

## 界面

![image1](docs/img/zh_cn/1.png)
![image2](docs/img/zh_cn/2.png)
![image3](docs/img/zh_cn/3.png)

## 感谢
## 贡献者

<a href="https://github.com/KyuubiRan/BeatmapDownloader/graphs/contributors">
<img src="https://contrib.rocks/image?repo=KyuubiRan/BeatmapDownloader" alt="贡献者"/>
</a>

## 鸣谢

Osu-Ingame-Downloader: https://github.com/veritas501/Osu-Ingame-Downloader

Expand Down

0 comments on commit 9e856b7

Please sign in to comment.