View Single Post
Old 03-02-2025, 05:17 PM   #10419
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,999
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Multi-reply

Quote:
Originally Posted by ownedbycats View Post
ffnet question How do I get a new chapter when ffnet is fucking up and it doesn't appear in the TOC for chapter 1? I tried using chapter page directly but it didn't work and says only 74 chaps. Is there a way to override where it gets the links?
You can try check_next_chapter and meta_from_last_chapter.
Code:
## ffnet used to have a tendency to send out update notices in email
## before all their servers were showing the update on the first
## chapter.  It generates another server request and doesn't seem to
## be needed lately, so now default it to off.
check_next_chapter:false

## ffnet sometimes doesn't update the metadata on the first chapter
## immediately.  meta_from_last_chapter:true will instruct the adapter
## to take the metadata from the last chapter instead of chapter 1.
## It can generate another server request and usually isn't necessary,
## so it defaults to off.
meta_from_last_chapter:false
Beyond that, broken site is broken.

Quote:
Originally Posted by Clem2605 View Post
I'm assuming that FFF opens the navigation page to grab the links to all the chapters, but when downloading from entire works, this probably becomes redundant since FFF doesn't open those pages individually anymore.

Could it be possible to stop opening this page when the option to download from entire works is enabled?
Short answer is no. I'm not interested in changing FFF's paradigm to save one req on one type of site. Plus there's info on the nav page not available elsewhere.
JimmXinu is offline   Reply With Quote