A web service user asked for a way to know the chapter range when used to download only limited chapters of a book.
So if you specify story URL
https://www.fanfiction.net/s/2565609/1/[10-13], the book title will be:
Odd Ideas (Ch 10-13).
I've posted a
test version (
direct link) that adds this feature.
Code:
## If a chapter range was given, use this pattern for the book title.
## replace_metadata and include/exclude will be applied *after* this.
## Set to empty value to disable.
title_chapter_range_pattern:${title} (Ch ${first}-${last})
My question to you is: Should this feature be turned on by default in the plugin, too?