|
|
#12016 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Multi-reply
Quote:
Code:
[<storyUrl>] include_images:false No, FFF will not download the cover then. But if the epub already has a cover and you also set use_old_cover:true, it should keep it. Quote:
However, I don't think it would help in this case--because the mp4 in that story is not an <img> tag. It's a <video> tag. From defaults.ini: Code:
## By default, script and style tags are removed from chapter text as ## part of cleaning up the source HTML. Found several book readers ## that didn't treat those tags in <body> correctly. Set to empty if ## you want to keep those tags. remove_tags:script,style Code:
add_to_remove_tags:,video (FYI, FFF does not download and include the content for <video> tags.) You might consider using Convert's Search and Replace instead if you bump into this a lot. |
||
|
|
|
|
|
#12017 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Apr 2024
Device: iPad
|
I'm getting some issues trying to download stories from literotica.
It states "error" under status, title and author are both saying "unknown" and the comment states "list index out of range" There were two stories I noted this on. Moderator Notice MobileRead forum doesn't want NSFW links. I did install the new update when it came out the other day. Last edited by JimmXinu; 06-03-2026 at 05:29 PM. Reason: Remove NSFW links. |
|
|
|
|
|
#12018 |
|
my parent's oops...
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
|
I am not sure if literotica has changed their site but I have been getting "list index out of range" errors whenever I try and download. I know they did some site maintenance on May 30 and that might have broken FFF. I am using the latest official release of FFF and calibre.
|
|
|
|
|
|
#12019 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Yeah, that looks like the site has changed. Again.
It's not trivial this time. I've opened an issue on github(#1355) EDIT: Literotica site changed, downloading it is broken until FFF can be updated. Last edited by JimmXinu; 06-03-2026 at 05:31 PM. |
|
|
|
|
|
#12020 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Correction to generate_cover_settings advice:
Quote:
Code:
## The individual story settings need to be above the default in this case,
## because generate_cover_settings stops on the first match.
generate_cover_settings:
# match only this one story, set no GC. $ is to NOT match story 99991
${storyUrl} => ^https://archiveofourown.org/works/9999$ =>
# match any title
${storyUrl} => .+ => MyGC
|
|
|
|
|
|
|
#12021 |
|
Enthusiast
![]() Posts: 30
Karma: 10
Join Date: Jan 2013
Device: Kindle PW1/PW4
|
It seems to only allow include_images under epub and not under site or is that something in the test version?
|
|
|
|
|
|
#12022 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
And because [epub] has higher priority than [<site>], you need to use [<site>:epub] to override the [epub] defaults.ini setting. Sorry, I only tested for [<storyUrl>] and forgot that wrinkle. |
|
|
|
|
|
|
#12023 | |
|
Member
![]() Posts: 15
Karma: 10
Join Date: Jan 2019
Device: Boox Go, Kindle paperwhite
|
Quote:
. In any case, seems the easiest solution is just turning off ocvers before updating those particular books.
|
|
|
|
|
|
|
#12024 | |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Apr 2024
Device: iPad
|
Quote:
|
|
|
|
|
|
|
#12025 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
New Test Version Posted
2026-06-04 - New site: pmdfanfiction.com, thanks ndpereyra! |
|
|
|
|
|
#12026 |
|
my parent's oops...
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
|
I tried to use browser cache with series but that does not seem to be a workaround. I don't think there's any temp solution to download series. Fingers crossed it is easily fixable.
|
|
|
|
|
|
#12027 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
New Test Version Posted
2026-06-05 - adapter_literotica: Fix for 2026 SolidStart site change#1358, thanks akshayrangnekar The FFF site specific option tags_from_chapters isn't implemented for newer stories. Hopefully the site accumulates tags better now. And dates_from_chapters is effectively on all the time with the new code. If you use (or explicitly don't use) those options, please report if I should revisit them. |
|
|
|
|
|
#12028 | |
|
my parent's oops...
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
|
Quote:
|
|
|
|
|
|
|
#12029 |
|
Enthusiast
![]() ![]() Posts: 28
Karma: 140
Join Date: Jul 2022
Device: none
|
The new INI snippet GUI feature is very useful, but seems to have a small bug.
When I download or update an anthology/series from ao3, the saved INI snippets are not shown, the only options shown are No INI snippet and Edit one time snippet. Edit: Tried the Edit one time snippet on an anthology and saved that one. Saved INI snippets are now being shown for updating/downloading anthology/series from ao3. Last edited by nan1923; 06-05-2026 at 08:54 PM. |
|
|
|
|
|
#12030 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
I don't see anything unusual with INI Snippets and anthology download or update...
|
|
|
|
![]() |
| Tags |
| fanfiction |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 546 | 05-21-2026 02:44 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 405 | 02-09-2026 07:54 AM |
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |