reekystive / BiliDL

Video downloader for bilibili. It's small, fast and beautiful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BiliDL

Video downloader for bilibili. It's small, fast and beautiful.

How To Build

Install Node.js

Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

Install node via NVM

nvm install 18
nvm use 18

(Optional) Set defulat node

nvm alias default 18

Enable corepack to use pnpm

corepack enable

Install Rust

Install rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install toolchain

rustup toolchain install stable

(Optional) Set default toolchain

rustup default stable

Install Dependencies

pnpm install

Build

To start a dev server, use

pnpm tauri dev

To build this project, use

pnpm tauri build

Recommended IDE Setup

About

Video downloader for bilibili. It's small, fast and beautiful.

License:MIT License


Languages

Language:TypeScript 49.4%Language:CSS 32.7%Language:Rust 11.0%Language:HTML 6.9%