Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 09-22-2021, 11:26 PM   #6451
drea
Member
drea began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jul 2020
Device: none
Oh....
That was painless. Thank you for the flaresolver solution.
drea is offline   Reply With Quote
Old 09-23-2021, 12:14 AM   #6452
jan2544213
Junior Member
jan2544213 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2021
Device: none
Hi,

Thank you for creating FFF.

I have encounter an issue when I tried to download from asianfanfic via epub format from calibre. (tried txt format and it works fine). The result came back as list index out of range. I'm already using the newest version plugin 4.5.10.

Apology in advance if I made a mistake, but below is part of the log from debug mode.

Traceback (most recent call last):

File "calibre_plugins.fanficfare_plugin.jobs", line 313, in do_download_for_worker

File "C:\AppData\Roaming\calibre\plugins\FanFicFare.zip \fanficfare\writers\base_writer.py", line 226, in writeStory

File "C:\AppData\Roaming\calibre\plugins\FanFicFare.zip \fanficfare\writers\writer_epub.py", line 349, in writeStoryImpl

IndexError: list index out of range



FFF: INFO: 2021-09-22 23:20:35,887: calibre_plugins.fanficfare_plugin.jobs(142):

Download Results:

Error https://www.asianfanfics.com/story/view/249959 list index out of range



FFF: INFO: 2021-09-22 23:20:35,887: calibre_plugins.fanficfare_plugin.jobs(166):

Error

https://www.asianfanfics.com/story/view/249959

Thanks again.
jan2544213 is offline   Reply With Quote
Old 09-23-2021, 02:07 AM   #6453
kim67255
Member
kim67255 began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Apr 2016
Device: kindle fire
ownedbycats,

You've helped me in the past. I need help again. I would like to try and download FlareSolverr, but like with everything, I don't understand I'm lost.

Can you give me step-by-step directions on how to do it. Things you've shown me in the past have worked.

Thank you.
kim67255 is offline   Reply With Quote
Old 09-23-2021, 11:23 AM   #6454
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: 6,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-09-23
- Tweak XF tagsfromtitle in defaults.ini to not break &
- Remove some debugs.
- Fix for adapter_asianfanficscom - site changed author URLs.

Quote:
Originally Posted by jan2544213 View Post
I have encounter an issue when I tried to download from asianfanfic via epub format from calibre.
asianfanfics.com changed their author URLs. This version fixes it.

Note that the site doesn't support the older author URLs anymore, so old author URLs for your older downloaded stories won't work. Story URLs are still the same.

Re: "Tweak XF tagsfromtitle in defaults.ini to not break &" -- this was what was causing occasional errors with Calibre generating covers from epub when there was a & in an XenForo title, for me at least.
JimmXinu is offline   Reply With Quote
Old 09-23-2021, 03:27 PM   #6455
Elaine T
Connoisseur
Elaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolate
 
Posts: 58
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
download selected chapters only?

Is there a way to tell FFF to download just a couple stories in a collection - I've been sent a list of 18 chapter URLs (on Ao3) to a collection that has over 150. I've found the 'ignore' chapters part of personal.ini, but would really rather not have to go get 130 URLs to tell it to ignore. Nor are they nicely all together in a range, they jump all over. Is there a way to configure it to as which chapters of an overall story to download? or to have an option that says download whole story from URL or just the chapter of the given URL?

I didn't see anything in personal.ini, but admit my eyes started to glaze over, no matter how many breaks I took.

Thanks
Elaine T is offline   Reply With Quote
Old 09-23-2021, 04:50 PM   #6456
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: 6,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Elaine T View Post
Is there a way to tell FFF to download just a couple stories in a collection - I've been sent a list of 18 chapter URLs (on Ao3) to a collection that has over 150.
So you apparently mean chapters within a story (vs stories within a series) when you say 'stories in a collection'.

And it sounds like you've already found FFF's two mechanisms for limiting downloaded chapters--chapter range and ignore_chapter_url_list--and you don't like either.

In your case, I would suggest downloading the entire story and then using Calibre's Edit book tool to delete the chapters you don't want, or the EpubSplit plugin to make a new book containing only the chapters you do want.

When downloading from AO3 specifically, FFF, by default, downloads the entire story in one page request rather than by individual chapters to save network requests. So there's no performance hit from downloading all of it.

In theory, I could implement an inverse to ignore_chapter_url_list, some kind of 'only include list', but it would be extremely situational. New chapters added to the story would need to be manually added to the list before they could be downloaded. ignore_chapter_url_list at least includes new chapters by default.
JimmXinu is offline   Reply With Quote
Old 09-23-2021, 06:23 PM   #6457
Book_fury
Member
Book_fury began at the beginning.
 
Book_fury's Avatar
 
Posts: 20
Karma: 10
Join Date: Aug 2021
Device: None
Webnovel isn’t working

It keeps saying error story does not exist on any fanfic
Book_fury is offline   Reply With Quote
Old 09-23-2021, 06:51 PM   #6458
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: 6,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Already fixed in test version. You can either use the test version or wait for the next release in a few days.
JimmXinu is offline   Reply With Quote
Old 09-23-2021, 07:58 PM   #6459
Elaine T
Connoisseur
Elaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolate
 
Posts: 58
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
Thanks, I thought it was probably that way, but figured it was worth asking in case I'd missed something. If the number of URLS to ignore was smaller than it is I'd have just done the ignore chapters thing. But not for over 100.
Elaine T is offline   Reply With Quote
Old 09-23-2021, 10:15 PM   #6460
jan2544213
Junior Member
jan2544213 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2021
Device: none
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2021-09-23
- Tweak XF tagsfromtitle in defaults.ini to not break &
- Remove some debugs.
- Fix for adapter_asianfanficscom - site changed author URLs.



asianfanfics.com changed their author URLs. This version fixes it.

Note that the site doesn't support the older author URLs anymore, so old author URLs for your older downloaded stories won't work. Story URLs are still the same.

Re: "Tweak XF tagsfromtitle in defaults.ini to not break &" -- this was what was causing occasional errors with Calibre generating covers from epub when there was a & in an XenForo title, for me at least.
works perfectly! thanks for such a quick update!!!
jan2544213 is offline   Reply With Quote
Old 09-24-2021, 04:03 AM   #6461
MonicaOP
Connoisseur
MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.
 
MonicaOP's Avatar
 
Posts: 80
Karma: 2136220
Join Date: Apr 2017
Location: Mexico
Device: Kindle Keyboard Oasis
Hi, sorry to bother, again, and with https://wuxiaworldsite.com/ again, but is not working anymore .

Thanks, be well, Monica
MonicaOP is offline   Reply With Quote
Old 09-24-2021, 11:00 AM   #6462
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: 6,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
FFF supports wuxiaworld.site and wuxiaworld.com, but not wuxiaworldsite.com.

However, wuxiaworldsite.com looks like it's an alias to wuxiaworld.site

If you can confirm that wuxiaworldsite.com and wuxiaworld.site are the same site (same stories and same login works), I'll change the adapter to accept both.

Or you can just use wuxiaworld.site instead.
JimmXinu is offline   Reply With Quote
Old 09-24-2021, 11:17 AM   #6463
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,995
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: When an AO3 fic has multiple series, is there a way to get it to prioritize a specific one?
ownedbycats is offline   Reply With Quote
Old 09-24-2021, 11:26 AM   #6464
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: 6,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
Question: When an AO3 fic has multiple series, is there a way to get it to prioritize a specific one?
Author's order only.
JimmXinu is offline   Reply With Quote
Old 09-24-2021, 11:39 AM   #6465
MonicaOP
Connoisseur
MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.MonicaOP ought to be getting tired of karma fortunes by now.
 
MonicaOP's Avatar
 
Posts: 80
Karma: 2136220
Join Date: Apr 2017
Location: Mexico
Device: Kindle Keyboard Oasis
Quote:
Originally Posted by JimmXinu View Post
FFF supports wuxiaworld.site and wuxiaworld.com, but not wuxiaworldsite.com.

However, wuxiaworldsite.com looks like it's an alias to wuxiaworld.site

If you can confirm that wuxiaworldsite.com and wuxiaworld.site are the same site (same stories and same login works), I'll change the adapter to accept both.

Or you can just use wuxiaworld.site instead.
Yeah, it seems they are the same site, I can log in at the same time in both of them.

Can you believe I never noticed there were two sites?? Sometimes I can be so clueless!!!

Thank you!! hugs!!
MonicaOP is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 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


All times are GMT -4. The time now is 10:28 AM.


MobileRead.com is a privately owned, operated and funded community.