Skip to content

fix: update skydemonorder crawler for Livewire migration#2935

Merged
dipu-bd merged 1 commit intolncrawl:devfrom
josegonzalez:fix/skydemonorder-livewire-migration
Apr 26, 2026
Merged

fix: update skydemonorder crawler for Livewire migration#2935
dipu-bd merged 1 commit intolncrawl:devfrom
josegonzalez:fix/skydemonorder-livewire-migration

Conversation

@josegonzalez
Copy link
Copy Markdown
Contributor

Summary

  • skydemonorder.com migrated from Alpine.js inline data on <section> elements to Laravel Livewire lazy-loaded components, breaking the chapter list parser
  • The crawler now triggers a Livewire lazy-load POST request to fetch the chapter list and parses the freeChapters JSON from the response HTML's x-data attribute
  • Also fixes the cover image CSS selector which was a plain string instead of an f-string

The site migrated from Alpine.js inline data on <section> elements to
Laravel Livewire lazy-loaded components. The crawler now extracts the
chapter list by triggering a Livewire lazy-load POST request and
parsing the response HTML.

Also fixes the cover image CSS selector which was missing the f-string
prefix.
@josegonzalez josegonzalez force-pushed the fix/skydemonorder-livewire-migration branch from 6981d37 to 3091005 Compare April 23, 2026 08:24
@dipu-bd dipu-bd merged commit 36d1b28 into lncrawl:dev Apr 26, 2026
6 checks passed
@josegonzalez josegonzalez deleted the fix/skydemonorder-livewire-migration branch April 27, 2026 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants