Skip to content

Commit

Permalink
docs/logo: add Logo for BiliFM (#24)
Browse files Browse the repository at this point in the history
* docs: add BiliFM Logo

Signed-off-by: jingfelix <[email protected]>

* docs: beautify README.md

Signed-off-by: jingfelix <[email protected]>

---------

Signed-off-by: jingfelix <[email protected]>
  • Loading branch information
jingfelix authored Sep 8, 2024
1 parent cf0287e commit 3ae4b78
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 13 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# 📻 BiliFM: Best BiliBili Audio Downloader

[![PyPI](https://img.shields.io/pypi/v/BiliFM?style=flat-square)](https://pypi.org/project/BiliFM/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/BiliFM?style=flat-square)](https://pypi.org/project/BiliFM/)
[![PyPI - License](https://img.shields.io/pypi/l/BiliFM?style=flat-square)](https://github.com/jingfelix/BiliFM/blob/main/LICENSE)
[![PDM-managed](https://img.shields.io/badge/PDM-managed-blueviolet)](https://pdm-project.org)
[![GitCode-managed](https://img.shields.io/badge/GitCode-hosted-red)](https://gitcode.com/jingfelix/BiliFM)
<div align="center">
<img src="assets/BiliFM Logo.svg" alt="BiliFM Logo" width="70%" />
<h1>BiliFM</h1>
<a href="https://pypi.org/project/BiliFM/"><img src="https://img.shields.io/pypi/v/BiliFM?style=flat-square" alt="PyPI"></a>
<a href="https://pypi.org/project/BiliFM/"><img src="https://img.shields.io/pypi/pyversions/BiliFM?style=flat-square" alt="PyPI - Python Version"></a>
<a href="https://github.com/jingfelix/BiliFM/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/BiliFM?style=flat-square" alt="PyPI - License"></a>
<a href="https://pdm-project.org"><img src="https://img.shields.io/badge/PDM-managed-blueviolet" alt="PDM-managed"></a>
<a href="https://gitcode.com/jingfelix/BiliFM"><img src="https://img.shields.io/badge/GitCode-hosted-red" alt="GitCode-managed"></a>
<div>📻 Best BiliBili Audio Downloader</div>
</div>

## Intro
<!-- # 📻 BiliFM: Best BiliBili Audio Downloader -->

## 👋 Intro

An script to download all audios of the Bilibili uploader you love.
轻松下载指定up主全部或指定的视频音频。
Expand All @@ -17,7 +23,7 @@ An script to download all audios of the Bilibili uploader you love.

- 参照 [bilibili-API-Collection](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/misc/sign/wbi.md) 的文档修复了 412 报错问题。

## Install
## 📦 Install

```bash
pip install BiliFM --upgrade
Expand All @@ -29,7 +35,7 @@ pip install BiliFM --upgrade
pip install -r requirements.txt
```

## Usage
## 🔨 Usage

使用实例:

Expand Down Expand Up @@ -122,7 +128,7 @@ bilifm series 488978908 888434
- Options:
- -o, --directory 选择音频保存地址

## Features
## 📅 Features

- ~~python 版本限制未知~~
- 在函数定义时使用了类型注解,故不建议使用 3.5 以下版本
Expand All @@ -148,19 +154,19 @@ def uid(uid: str):
typer.echo("Download complete")
```

## Issues
## ⚠️ Issues

- 获取 UP 主视频列表时会出现 UnicodeDecodeError,~~原因未知~~
- 初步判断是网络不稳定所致,在稳定的网络环境下没有出现此问题
- 暂时采用 try-except 跳过这一过程
- 在使用前需关闭代理

## Licence
## 🔖 Licence

- ~~bilibiliaudioDownloader 的作者没有选取许可证,暂时选择 MIT License~~
- bilibiliAudioDownloader 的作者已添加 GPL-3.0 License,故本项目亦修改为 GPL-3.0

## Thanks
## 🙏 Thanks

感谢以下产品对 BiliFM 的赞助:

Expand Down
31 changes: 31 additions & 0 deletions assets/BiliFM Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ae4b78

Please sign in to comment.