Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 829 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 829 Bytes

功能

  • N站備份機: 輸入N站的搜尋結果網址,會自動備份其所有畫廊至自訂的資料夾位置
  • 單個本子備份: 輸入本子的連結,備份整本本子至自訂的資料夾位置
  • 存檔模式: 可以將DOWNLOAD_DIR_PATH中的本子們存檔成zip,並且不壓縮畫質。請在config.py中設定ZIP=TrueZIP_DIR_PATH

Todo

  • 製作 installer for windows

前置作業

  • 自訂的資料夾位置
    • config.pyDOWNLOAD_DIR_PATH欄位輸入資料夾位置
    • (可選)在config.pyZIP_DIR_PATH欄位輸入資料夾位置

TL;DR

  • install python 3.8

  • run directly from source code:

     pip install -r requirements.txt
     git clone https://github.com/twkevinzhang/Nh-Downloader.git
     cd Nh-Downloader
     python main.py