https://github.com/kangpeiqin/bilivideo_down
A cross-platform(Win / MacOS) BiliBili Video downloader | 一款基于 Flutter 开发的桌面端 B 站视频下载器
https://github.com/kangpeiqin/bilivideo_down
Last synced: about 1 month ago
JSON representation
A cross-platform(Win / MacOS) BiliBili Video downloader | 一款基于 Flutter 开发的桌面端 B 站视频下载器
- Host: GitHub
- URL: https://github.com/kangpeiqin/bilivideo_down
- Owner: kangpeiqin
- Created: 2024-06-13T09:44:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T03:36:49.000Z (8 months ago)
- Last Synced: 2024-08-13T17:34:53.937Z (8 months ago)
- Language: Dart
- Homepage:
- Size: 5.53 MB
- Stars: 692
- Watchers: 4
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bilibili-extra - Bilivideo_down - 一款基于 Flutter 开发的桌面端 B 站视频下载器.  (下载工具 / 直播脚本)
README
![]()
BiliVideoDown
English / [简体中文](./README_CN.md)
BiliVideoDown is a desktop app primarily designed for download video of bilibili website (https://www.bilibili.com/).

## Support Platform
- windows 10
- macOS## Local Development
There are two branches: the main branch uses GetX for state management, while the dev branch uses Riverpod for state management.
```
# windows platform
flutter run -d windows
# macOS platform
flutter run -d macOS
```## Screenshot

## License
[GPL](https://opensource.org/license/gpl-3-0)