Quote:
Originally Posted by Ser4nb2LUY6e
How is it generally handled when html is loaded by scripts after loading the actual page?
...
|
To quote the issue linked in my post:
Quote:
The site wuxiaworld.site has changed significantly and breaks FFF's current code for parsing it.
The site is no longer serving the chapter list info in the HTML page and instead making a POST request in Javascript to .../admin-ajax.php to get the chapter list info.
The good news is that it appears the POST returns the chapter list as HTML that looks very similar to the previous chapter list code.
@Kolbo5, since you added this adapter to begin with, do you have the time (and interest) to deal with this?
You can search other adapters for post_request to see examples of how FFF performs POST requests.
|
FFF does not execute javascript.