Skip to content

Torrafox/palcomix-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palcomix Free Comic Downloader

A simple Python script to automatically download full-sized comic pages from Palcomix.

FREE COMICS ONLY!

📥 Features

  • Extracts all comic pages from the given URL.
  • Downloads full-sized images, not thumbnails.
  • Saves files in ~/Downloads/COMIC_NAME with proper naming (decoded from URL).
  • Bypasses site restrictions using headers and referer spoofing.

🔧 Requirements

  • Python 3.x

📦 Installation

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.txt

For 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

🚀 Usage

  1. Run the script:
    python main.py
  2. Enter the landing page URL of a Palcomix comic (e.g. https://palcomix.com/digilove/index.html).
  3. The script will automatically find and download all pages.

📂 Output

  • Comics are saved in:
    ~/Downloads/COMIC_NAME
    
  • Example:
    ~/Downloads/Digital Love/
    ├── 01 Digital Love.jpg
    ├── 02 Digital Love.png
    ├── ...
    

⚠ Disclaimer

This script is for personal use only. Respect the original creators and their work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages