A simple Python script to automatically download full-sized comic pages from Palcomix.
- Extracts all comic pages from the given URL.
- Downloads full-sized images, not thumbnails.
- Saves files in
~/Downloads/COMIC_NAMEwith proper naming (decoded from URL). - Bypasses site restrictions using headers and referer spoofing.
- Python 3.x
For Linux/macOS:
git clone https://github.com/Torrafox/palcomix-downloader.git && cd palcomix-downloader && python -m venv venv && source venv/bin/activate && pip install -r requirements.txtFor Windows:
git clone https://github.com/Torrafox/palcomix-downloader.git && cd palcomix-downloader && python -m venv venv && venv\Scripts\activate && pip install -r requirements.txt- Run the script:
python main.py
- Enter the landing page URL of a Palcomix comic (e.g.
https://palcomix.com/digilove/index.html). - The script will automatically find and download all pages.
- Comics are saved in:
~/Downloads/COMIC_NAME - Example:
~/Downloads/Digital Love/ ├── 01 Digital Love.jpg ├── 02 Digital Love.png ├── ...
This script is for personal use only. Respect the original creators and their work.