Metadata-Version: 2.4
Name: nonebot-plugin-bilidownloader-woju
Version: 0.1.4
Summary: B站文件下载器插件 for NoneBot2
Author-email: Wojusensei <3442006415@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/Wojusensei/nonebot-plugin-bilidownloader-woju
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: nonebot2>=2.3.0
Requires-Dist: nonebot-adapter-onebot>=2.0.0
Requires-Dist: bilibili-api-python>=17.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: nonebot-plugin-localstore>=0.5.0

# nonebot-plugin-bilibili-downloader

✨ 从B站视频下载音频/视频/封面的 NoneBot2 插件 ✨

## 功能

- `/mp3 视频链接` → 发送音频文件（MP3/M4A）
- `/mp4 视频链接` → 发送视频文件（MP4）
- `/封面图 视频链接` → 发送封面图片

## 安装

```bash
nb plugin install nonebot-plugin-bilibili-downloader

## 使用
在群聊中 @机器人 并输入命令

命令格式：/mp3 BV1xx411c7mD 或 /mp4 https://www.bilibili.com/video/BV1xx411c7mD

bot会自动下载并发送文件

## 配置
无需任何配置，即装即用

## 注意
需要给bot发送文件的权限，临时文件使用 localstore 自动管理

## 开源协议
MIT
