feat: add batcave.biz support #6

Closed
opened 2026-03-12 00:24:09 +00:00 by bryan · 0 comments
Owner

Add support for downloading comics from batcave.biz URLs.

Details

  • Bypass Cloudflare challenge via cookie-based auth (GET challenge page → POST to /_v → GET real page)
  • Extract image list from __DATA__.images JavaScript variable
  • Extract chapter title from __DATA__.chapters array matched by chapter ID in URL
  • Thread authenticated *http.Client through to image downloads so CDN requests include session cookies
Add support for downloading comics from batcave.biz URLs. ## Details - Bypass Cloudflare challenge via cookie-based auth (GET challenge page → POST to `/_v` → GET real page) - Extract image list from `__DATA__.images` JavaScript variable - Extract chapter title from `__DATA__.chapters` array matched by chapter ID in URL - Thread authenticated `*http.Client` through to image downloads so CDN requests include session cookies
bryan closed this issue 2026-03-12 14:32:51 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bryan/yoink-go#6