Quote:
Originally Posted by JimmXinu
Yes, it does read inside spoiler boxes. No that post doesn't use spoiler boxes, it uses an accordion setup, presumably from jquery-ui. And FFF appears to me to be reading the links inside the folds fine.
I gave it the URL post https://forums.sufficientvelocity.com/posts/1316/, but I did limit the chapters first [-5] and then [120-125], which are in the first two accordion sections. I don't want to download 1,586 chapters if it can be avoided.
How exactly is it not working for you? Do you have an error log? Debug log?
If it's a specific chapter link that's incorrect, you might try setting continue_on_chapter_error:true
Code:
## Because base_xenforoforum adapters can pull chapter URLs from human
## posts, the odds of errors in the chapter URLs are vastly higher.
## You can set continue_on_chapter_error:true to continue on after
## failing to download a chapter and instead record an error message
## in the ebook for that chapter.
continue_on_chapter_error:false
|
Working on getting a log, will take a while though. I'll edit it in when I get it. Going by past experiences, it will be about an hour.
Edit: Here it is
Status: Error
Title:SayakaQuestGlory To The Death
Author:TheOneMoiderah
Comment:HTTP Error 404: Not Found
URL:
https://forums.sufficientvelocity.com/posts/1316/
As far as limiting how much it grabs, yesterday I did manage to get the posts from tabs 1-9 by trying the index on the 9th thread which doesn't have the accordion tabs, which is why I thought it may have been the issue. So really, I only need the contents of tabs 10-16, though I don't know how to only select those.
Edit: Unable to switch to "continue_on_chapter_error:true"
doesn't appear to be in personal.ini and defaults.ini is read only and I can't locate the file to edit outside of the program.