An open API service indexing awesome lists of open source software.

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 站视频下载器

Awesome Lists containing this project

README

        


预览

BiliVideoDown

English / [简体中文](./README_CN.md)

BiliVideoDown is a desktop app primarily designed for download video of bilibili website (https://www.bilibili.com/).

![main page](./docs/product.png)

## 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

![Screenshot](./docs/product.gif)

## License

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