genious7/FanFictionReader

Way to fix story downloading?

Closed this issue · 3 comments

Since stories can now be opened, is it possible to make it that when clicking download every chapter of story is opened in background in hidden web browser you mentioned and then to save that opened page?

I think you might be asking too much at this stage. Fixing an existing app to circumvent the cloudflare stuff is a lot of work I'm guessing.

One step at a time. :)

Not really.

The issue is as follows:
For viewing, the app accesses the mobile web site (m.fanfiction.net), which is working with the hidden web browser.

For downloading, the app uses the desktop web site (www.fanfiction.net), which is not working with the hidden web browser. It uses the desktop web site to download the story summary, which cannot be downloaded in the mobile version of the web site.

Managed to solve the issue (downloads should be working now).

On the desktop site, the app was getting the "Wait a few seconds" Cloudflare page and errored out. Adding a small delay before assuming an error solved the issue.

The fix should be available to existing users through the play store momentarily. I'll keep the store listing disabled to new users for now, as there are a few things that are still broken.