Quote:
Originally Posted by Atherton25
I know you can add <url>[1,5] to specify chapters 1-5 or similar... is there a way to skip a chapter?
|
The square bracket notation only does ranges, not exclusions. The most straightforward way to deal with it is to just do two downloads, one with URL[1-8] and then URL[10-] to skip the bad chapter 9 (assuming I counted correctly).
However, you'd have to to URL[10-] again every time you wanted to update (assuming an in-progress story), otherwise FFF would try to get the bad/missing chapters.
Quote:
Originally Posted by Atherton25
I tried manually adding a chapter to force it to skip the chapter, but got nowhere.
|
That's possible, but you'd want to start by doing URL[1-8], then editing the epub to add file0009.xhtml. Then you'd need to copy the
<head> metadata data from file0008 (or other file) and edit the hidden tag
<meta name="chapterurl" content="http://blahblahblah/chapter/url/"></meta> to contain the chapter URL for the bad chapter. Then FFF would not try to download it again.
If you see more different chapters that fail, let me know. We may want to try and do something more about it.