Quote:
Originally Posted by ownedbycats
ffnet: When both check_next_chapter and open_pages_in_browser are active, it opens a 404 page for the nonexistent next chapter something like 4-6 times. The "chapter not found" page seems to be no-cache so opening it in advance failed. Is there anything else I can do or should I consider them mutually exclusive?
|
Actually, I did remember to document that one; from:
https://github.com/JimmXinu/FanFicFa...eFeature#notes
Quote:
If you are a fan of the check_next_chapter feature, you can view a chapter one number higher by manually editing the address in the address bar. But if it isn't found and you have open_pages_in_browser:true, FFF may pop open that page several times as ffnet doesn't allow Not Found pages to cache.
|
And searching the thread for check_next_chapter finds these from last month:
Quote:
Originally Posted by ownedbycats
Question: On an ffnet fic with 58 chapters (1-57 previously downloaded), is it expected behaviour for open_pages_in_browser to open a nonexistent chapter 59 several times? (The download worked.)
|
Quote:
Originally Posted by JimmXinu
If you have check_next_chapter:true, yes. 'Not found' chapters return a no-cache response, so there's nothing in the cache to find.
|