Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.31 KB

Bili-Downloader

write by go (For fun,so my code might be not so good🥹)

This project needs ffmpeg dependence!

It needs SESSDATA to get High Resolution Video(without it, it could only get 480p)

You could write bid and your SESSDATA in config.json(it seems silly), it will load it when exec

Also you could get SESSDATA by scaning the qrcode too.Just take a look in my code.

  • Episode video download
  • Download by url
  • Get SESSDATA by scaning qrcode

TODO

  • Download list
  • .....

You could find your SESSDATA after your log in bilibili and find it in request header in cookies Snipaste_2023-03-12_15-14-29

Snipaste_2023-03-12_15-16-17

make
 .\BiliDownloader.exe
  • the file will be saved at ./download_path named as {bid}{name}.mp4

Snipaste_2023-03-14_23-11-22

You could also paste url here if there is nothing in config(But SESSDATA is NESSARY) Snipaste_2023-03-17_22-14-30