A desktop GUI app for browsing getcomics.org, searching comics, paging through results, and quickly sending mirror links to JDownloader.
- Search comics by keyword
- Browse pages with
Prev,Next, andGo to page - Page indicator with total pages (
Page X out of Y) - Select a comic to load available mirrors/host links
- Right-click actions for fast copying:
- Comic URL
- Mirror URL (
Copy link address (JDownloader))
- Open comic pages or mirror links directly in your browser
- Save and remember your default download folder
- Dracula-themed UI
- Enter a search term and click
Search. - Pick a comic from the left panel.
- Review mirrors in the right panel.
- Right-click a mirror and copy the URL for JDownloader, or open it in browser.
cd "C:\Users\theun\Desktop\comic_downloader_gui"
python -m pip install -r requirements.txt
or
just run GetComicsDownloader.exepython app.py
or
just run GetComicsDownloader.exeThis app does not bypass host wait timers, captchas, login prompts, or anti-bot protections.
Some hosts use multi-step flows that change over time. This tool is designed to:
- extract and display mirror links reliably
- let you copy links for JDownloader
- open host pages in your browser for normal completion
settings.jsonstores your saved download foldergetcomics_header.pngis a cached header image- Both are excluded from git via
.gitignore