JimmXinu / FanFicFare

FanFicFare is a tool for making eBooks from stories on fanfiction and other web sites.
Other
746 stars 158 forks source link

[Feature Request] Browser Cache Support for fastnovels.net #890

Closed albyofdoom closed 1 year ago

albyofdoom commented 1 year ago

FFF has become just about unusable with fastnovels.net due to their heavy cloudflare usage. Nothing that FFF can solve of course, but as using browser cache for fanfiction.net works so well for bypassing that block, it would be nice to be able to use it for fastnovels as well.

JimmXinu commented 1 year ago

I just looked into whether this was possible with the Browser Cache refactor(#905).

Unfortunately, fastnovels.net needs to do a POST request to get the chapter list and Browser Cache can't do POST.

JimmXinu commented 1 year ago

FYI, I made some fixes for fastnovels.net site changes(22ea1d4a15d730d0009b343a2403209cb06052cf). Tested using use_flaresolverr_proxy. See proxy page.

Test versions posted.

albyofdoom commented 1 year ago

@JimmXinu use_flaresolverr_proxy Worked perfectly using test version. Thank you!