2024-03-08 22:38:18 +08:00
2024-03-08 17:08:58 +08:00
2024-03-08 13:50:04 +08:00
2024-03-08 22:38:18 +08:00
2024-03-08 13:50:04 +08:00
2024-03-08 13:50:04 +08:00
2024-03-08 22:38:18 +08:00
2024-03-08 22:38:18 +08:00
2024-03-08 17:08:58 +08:00
2024-03-08 13:50:04 +08:00
2024-03-08 10:22:06 +08:00
2024-03-08 22:38:18 +08:00
2024-03-08 20:26:38 +08:00
2024-03-08 20:27:03 +08:00
2024-03-08 22:38:18 +08:00

Setup

Termux

pkg install git libxml2 libxslt python ffmpeg
git clone https://github.com/lifegpc/cwm_export
cd cwm_export
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

Termux

sudo python main.py -r
# Only export as txt file
sudo python main.py --type=txt -r
# Only export as epub file
sudo python main.py --type=epub -r
# Export all supported type
sudo python main.py --type=epub,txt -r
# Export single chapter with chapter id
sudo python main.py -r ec -C <chapterid>
# Export book with book id
sudo python main.py -r eb -B <bookid>
Description
Tools to export CiweiMao Novel's cache
Readme 72 KiB
Languages
Python 100%