English | 中文
- Google Chrome
- ChromeDriver (same version as Google Chrome)
You may check the version of Google Chrome in the Settings.
Check and download the correct ChromeDriver at https://googlechromelabs.github.io/chrome-for-testing.
After downloading the zip file for ChromeDriver, unzip it and place the chromedriver executable in the same folder as the jjwxc-downloader script.
jjwxc-downloader/
├─ jjwxc.py
├─ chromedriver
On Windows, the chromedriver executable should be named chromedriver.exe.
Added
- download book cover
- txt2epub.py, jjwxc-epub.py for export epub file with book cover, chapters outline
- Install the dependencies
pip3 install -r requirements.txt
- Run
python3 jjwxc.py
-
Enter the novelid you want to download
You can find novelid in the url of the novel.
Each chapter name begins with ##. This is for later convenience, such as adding indexes when converting the txt to epub.
- Add conversion from txt to epub ✅
- Add GUI
Please add issue if you need any assistance.