🌙 A collection of custom scrapers for mangal
  • Lua 84.4%
  • Shell 11.3%
  • Makefile 3.2%
  • Smarty 1.1%
Find a file
Marvin the Paranoid Android 44afaa8dc4 ci: add Woodpecker CI pipeline with luacheck linting
Runs on push and pull requests:
- luacheck lint on all scrapers and library files
- basic validation that scraper files exist
2026-03-22 22:16:57 -03:00
docs/specs Documents WebtoonXYZ blocker and fixes MangaTx search query 2026-03-22 21:52:34 -03:00
lib Adds 9 scrapers and scaffold tooling for template-based maintenance 2026-02-22 01:51:25 -03:00
scrapers Documents WebtoonXYZ blocker and fixes MangaTx search query 2026-03-22 21:52:34 -03:00
scripts Adds 9 scrapers and scaffold tooling for template-based maintenance 2026-02-22 01:51:25 -03:00
.gitignore init 2022-08-10 10:53:48 +03:00
.woodpecker.yml ci: add Woodpecker CI pipeline with luacheck linting 2026-03-22 22:16:57 -03:00
AGENTS.md Adds 9 scrapers and scaffold tooling for template-based maintenance 2026-02-22 01:51:25 -03:00
Makefile Adds 9 scrapers and scaffold tooling for template-based maintenance 2026-02-22 01:51:25 -03:00
README.md Adds 9 scrapers and scaffold tooling for template-based maintenance 2026-02-22 01:51:25 -03:00

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). Set MANGAL_PROXY_URL to a BrightData residential proxy.
  • MangaSect search uses the site's listing page with client-side title filtering (site's search API returns empty results).