Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 588 Bytes

N_m3u8DL-RE-Web

GitHub Release

Web Server base on N_m3u8DL-RE with Golang backend and Vue frontend.

Environment Variable

  • DOWNLOAD_POOL_SIZE: Default size of download pool, default value: 3.
  • SAVE_PATH: Path to save downloaded videos, default value: ./download.

Run Backend

go run cmd/main.go

Run Frontend

In ./web directory

npm run dev