Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.08 KB

README.EN.md

File metadata and controls

50 lines (32 loc) · 2.08 KB

Mimi Downloader

中文/Chinese

A Bilibili video downloader based on Node.js and Electron.

Features

Download video (.flv or .mp4) and danmaku files (.xml or .ass).

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/stevenjoezhang/bilibili-downloader.git
# Go into the repository
cd bilibili-downloader
# Install dependencies
npm install
# Run the app
npm start

If everything's OK, you'll see a new window named "Mimi Downloader". Input the URL of video (e.g. https://www.bilibili.com/video/BV1Lx411a7NQ ), then follow the guide to download video files.

Credits

License

Released under the GNU General Public License v3
http:https://www.gnu.org/licenses/gpl-3.0.html

Legal Issues

This software is distributed under the GPL-3.0 license.

In particular, please be aware that

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

Translated to human words:

In case your use of the software forms the basis of copyright infringement, or you use the software for any other illegal purposes, the authors cannot take any responsibility for you.

We only ship the code here, and how you are going to use it is left to your own discretion.