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 03-29-2021, 04:57 PM   #5731
MimiRose113
Junior Member
MimiRose113 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Mar 2021
Device: Kindle P4
Quote:
Originally Posted by JimmXinu View Post
You probably want something more like ships=>(.+) ?(&|&) ?(.+)=>\1\,\2

FYI, if you search the thread for ships2chars, that's a very similar thing that's been done before. Here's one version I found:

Code:
add_to_extra_valid_entries:,ships2chars

include_in_ships2chars:ships.NOREPL
# NOREPL prevents any ships patterns from being applied to ships2chars.

add_to_replace_metadata:
 ships2chars=>[ ]*/[ ]*=>/
 ships2chars=>[ ]*&[ ]*=>/
 ships2chars=>([^/]+)/([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3\,\4
 ships2chars=>([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3
 ships2chars=>([^/]+)/(.+)=>\1\,\2

include_in_characters:characters,ships2chars
Thanks!
MimiRose113 is offline   Reply With Quote
Old 03-29-2021, 05:14 PM   #5732
MarjaE
Guru
MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.
 
Posts: 937
Karma: 53902736
Join Date: Jun 2015
Device: multiple
Getting the following error from fictionmania with fanficfare 3.24 and 4.1:

Status
Title
Author
Comment
URL
Error
Shepherd Moon, Part 1
Roberta J. Cabot
'NoneType' object has no attribute 'name'
https://fictionmania.tv/stories/read...30043512283184

What does this refer to, and is there any user-end fix?
MarjaE is offline   Reply With Quote
Old 03-29-2021, 06:03 PM   #5733
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

2020-03-29
- Fix for site change: adapter_fictionmaniatv
JimmXinu is offline   Reply With Quote
Old 03-30-2021, 06:41 AM   #5734
dakswiggin
Junior Member
dakswiggin began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2020
Device: PC
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2020-03-28
- Fix for adapter_literotica changing URLs on author page yet again.
.
I'm afraid fix not complete - for some stories same error (
Spoiler:
Couldn't find story [NSFW URL removed -- JimmXinu]
) still persists
Spoiler:
(last chapter of story posted here #136 returns this error)
.

Last edited by JimmXinu; 03-30-2021 at 12:06 PM. Reason: Remove NSFW URL
dakswiggin is offline   Reply With Quote
Old 03-30-2021, 12:08 PM   #5735
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
I'm not seeing that problem. I was able to download the whole story.

It's easier to discuss NSFW sites on github: https://github.com/JimmXinu/FanFicFare/issues

If you want to open an issue and post a debug log here (Calibre Preferences drop down > Restart in Debug, then download again), I can look at it more. But right now, I don't have anything to work with.
JimmXinu is offline   Reply With Quote
Old 03-31-2021, 06:23 AM   #5736
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: what would be the best way to bulk-check that all my in-progresses still exist on the sites (e.g. no "story not founds") without hammering the servers or individually checking every single one in a browser? I was thinking of setting the sleep time to something like 30 seconds and letting it run overnight...
ownedbycats is offline   Reply With Quote
Old 03-31-2021, 10:35 AM   #5737
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
I have no specific advice on that. -- Okay, I guess I do--it's just mostly 'Don't'.

Personally, I have a certain number of old stories I recheck once or twice a year. These are mostly SB/SV stories that are old enough to not have threadmarks and are functionally abandoned. When I do that, I do batches of 20-25 and after a batch finishes, I wait 10-30 minutes to start another.

I don't ever try to do that with ffnet stories. I go manually check or attempt to update individual stories that I'm specifically interested in at the moment.

As we have seen, ffnet will escalate Cloudflare and/or block you if you generate 'too much' traffic.
JimmXinu is offline   Reply With Quote
Old 03-31-2021, 10:50 AM   #5738
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
yes, probably doing it manually is best for FanFiction.net. Will be a bit annoying though. At least I can limit it to the stories that haven't been updated in a few months.
ownedbycats is offline   Reply With Quote
Old 04-01-2021, 10:01 AM   #5739
tricklem
Connoisseur
tricklem began at the beginning.
 
tricklem's Avatar
 
Posts: 60
Karma: 10
Join Date: Feb 2015
Device: none
Getting this error when trying to download a new story even though I have the story open in my browser. Looks like it is just new stories from ff.net. My other stories updated just fine.


Status
Title
Author
Comment
URL
Error
Unknown
Unknown
HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://www.fanfiction.net/s/13851803/1/'
https://www.fanfiction.net/s/13851803/1/


Anyone else getting this?
tricklem is offline   Reply With Quote
Old 04-01-2021, 11:38 AM   #5740
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
I'm not. Just tested with that story and it worked fine.
JimmXinu is offline   Reply With Quote
Old 04-01-2021, 05:07 PM   #5741
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question:

I have an add_to_replace_metadata to differentiate a series from another using the same name:

Code:
add_to_replace_metadata:
## Differentiates series with same name
 series=>^.*$=>I Was Lost Without You (Antipode)&&seriesUrl=>https://archiveofourown\.org/series/1937521
For the modified series, this messes up the series index (on the title page it doesn't appear, and the Calibre metadata is all 1s). Is this a fixable thing, either by user or something in the code?

EDIT: I also moved it to replace_metadata and it had the same effect.

Last edited by ownedbycats; 04-01-2021 at 05:34 PM.
ownedbycats is offline   Reply With Quote
Old 04-01-2021, 06:41 PM   #5742
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
That's because the series entry contains the number and you are removing it.

Something like this should work, but I haven't tested to make sure the escaping is perfect:
Code:
 series=>^.*(\[\d+\])$=>I Was Lost Without You (Antipode) \1&&seriesUrl=>https://archiveofourown\.org/series/1937521
JimmXinu is offline   Reply With Quote
Old 04-01-2021, 06:46 PM   #5743
tricklem
Connoisseur
tricklem began at the beginning.
 
tricklem's Avatar
 
Posts: 60
Karma: 10
Join Date: Feb 2015
Device: none
Quote:
Originally Posted by JimmXinu View Post
I'm not. Just tested with that story and it worked fine.
Well that just sucks. I don't get why it doesn't work for me. I guess I will just wait until the next story update. Everything else I download works.
tricklem is offline   Reply With Quote
Old 04-01-2021, 06:48 PM   #5744
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
I'm assuming that you are already familiar with this page and have already tried to 'force reload' the page.
JimmXinu is offline   Reply With Quote
Old 04-01-2021, 07:03 PM   #5745
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by JimmXinu View Post
That's because the series entry contains the number and you are removing it.

Something like this should work, but I haven't tested to make sure the escaping is perfect:
Code:
 series=>^.*(\[\d+\])$=>I Was Lost Without You (Antipode) \1&&seriesUrl=>https://archiveofourown\.org/series/1937521
That worked.
ownedbycats 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 03:33 PM.


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