forked from mangal/mangal-scrapers
🌙 A collection of custom scrapers for mangal
- Lua 84.4%
- Shell 11.3%
- Makefile 3.2%
- Smarty 1.1%
Runs on push and pull requests: - luacheck lint on all scrapers and library files - basic validation that scraper files exist |
||
|---|---|---|
| docs/specs | ||
| lib | ||
| scrapers | ||
| scripts | ||
| .gitignore | ||
| .woodpecker.yml | ||
| AGENTS.md | ||
| Makefile | ||
| README.md | ||
Mangal Scrapers
This is a collection of custom lua scrapers for mangal
To browse and install run
mangal sources install
Feel free to contribute! You can use mangal sources gen --name "..." --url "..." to create a template for the new scraper
Scrapers
| Scraper | URL | Template | Status |
|---|---|---|---|
| Asura Scans | asuracomic.net | Custom (RSC flight data) | ✅ |
| Comix | comix.to | Custom (JSON API) | ✅ |
| HiveScans | hivetoons.org | Iken JSON API | ✅ |
| Luminous Scans | luminousscans.com | MangaThemesia (headless) | ✅ |
| MangaBat | mangabats.com | MangaBox | ✅ |
| MangaKakatana | mangakatana.com | Custom | ✅ |
| MangaReadOrg | mangaread.org | Madara | ✅ |
| MangaSect | mangasect.net | Liliana | ✅ |
| MangaTx | mangatx.cc | MangaThemesia | ✅ |
| ManhuaUs | manhuaus.com | Madara (headless) | ✅ |
| TCBScans | tcbonepiecechapters.com | Custom | ✅ |
| Toonily | toonily.com | Madara (proxy) | ✅ |
| ToonilyMe | toonily.me | MadTheme (proxy) | ✅ |
| WebbCentral | weebcentral.com | Custom (HTMX) | ✅ |
Notes
- ToonilyMe requires a proxy (
requires_proxy = true). SetMANGAL_PROXY_URLto a BrightData residential proxy. - MangaSect search uses the site's listing page with client-side title filtering (site's search API returns empty results).