View Single Post
Old 12-24-2018, 07:19 PM   #3139
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: 7,034
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by midnightmane View Post
Thank you for your quick response. This is the story I would like to remove the author's notes from https://www.fimfiction.net/story/827...angeling-queen I would also like to maybe remove all author's notes from being downloaded from Fimfiction.net
FFF can't remove author notes or comments when the author has included them inside the chapter text.

However, when the site has a common mechanism for author's note that can be reliably found, FFF sometimes has code to remove such notes--it varies by site.

For FimF there is such a setting. You can setting include_author_notes:false in your personal.ini:

Code:
[www.fimfiction.net]
## fimfiction.net chapters can have author notes attached to them.
## Setting include_author_notes:true will include them with the
## chapter text.
include_author_notes:false
If you're talking about things like the chapter Alternia: Question and Answer Session, FFF also has a mechanism for ignoring specific chapters:
Code:
## You can exclude chapters from a story by listing their chapter URLs
## in ignore_chapter_url_list.  Chapter URLs will be normalized before
## being used, so you can use either longer or normalized chapter
## URLs.
## NOTE: This will cause numWords(word count) to be off for most sites.
## This setting should be used in a specific story's section.
## Example:
[https://forums.spacebattles.com/threads/lengthy-thread-name.100849/]
ignore_chapter_url_list:
 https://forums.spacebattles.com/posts/10157294/
 https://forums.spacebattles.com/posts/10157297/
 https://forums.spacebattles.com/posts/10157299/
 https://forums.spacebattles.com/threads/lengthy-thread-name.100849/#post-10157400
JimmXinu is offline   Reply With Quote