Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wuxiaworld.com adapter not working after website redesign #796

Closed
mtsitzer opened this issue Jan 21, 2022 · 6 comments
Closed

wuxiaworld.com adapter not working after website redesign #796

mtsitzer opened this issue Jan 21, 2022 · 6 comments

Comments

@mtsitzer
Copy link

The adapter for wuxiaworld.com is not working after the recent website redesign

@JimmXinu
Copy link
Owner

This has also been reported on MobileRead.

This is want I said about it there:

I'm not sure that is fixable. The site is now requiring your browser to download and run a sizeable obfuscated javascript file. And another 100+ other JS files??

FFF doesn't have a javascript engine, and just using FlareSolverr proxy doesn't work either.

@mtsitzer
Copy link
Author

Roger that. That does indeed sound like a dead end

@vuonojenmustaturska
Copy link

Wuxiaworld seems to be doing the heavy lifting using some sort of a bespoke binary grpc protocol, for example chapters are fetched by posting a very small struct to api.wuxiaworld.com/wuxiaworld.api.v2.Chapters/GetChapter (content type: application/grpc-web+proto) which returns a struct that contains the chapter title and content html along with other stuff (cover urls etc). At a glance it seems fairly barebones, the problem where I stopped was that browser dev tools (and har files they produce) do not handle binary requests gracefully and doing the capture outside a browser is fairly annoying for https

@budikesuma
Copy link

@JimmXinu

Chapter Content fetch:

<div class="chapter-content ww
<div class="fr-view

Chapter Title fetch:

<h4 class="MuiTypography-root MuiTypography-h4 my-[20px] flex items-center

Uploaded file:

Wuxiaworld.com Chapters.zip

Good luck devs...

@JimmXinu
Copy link
Owner

FYI, unless someone steps forward with a PR, this site will be removed in the next version, sometime Mar 2022.

@Chibba-dev
Copy link

this https://github.com/dipu-bd/lightnovel-crawler
works on ww.com again

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

No branches or pull requests

5 participants