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 12-26-2020, 04:44 PM   #5056
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
The first paragraph of the third post...

By default, FFF strips inline styles, but keeps classes, which removes the style='color: transparent'.

You might be able to set CSS for .fixed-color in personal.ini setting output_css to make it red italic. I don't know if that class is used for anything else, or if it is consistent across sites But is the only class that makes it into epub output for me for that particular example tag. (I suspect .bbc-spoiler is added by JS somewhere.)
JimmXinu is offline   Reply With Quote
Old 12-26-2020, 09:29 PM   #5057
tricklem
Connoisseur
tricklem began at the beginning.
 
tricklem's Avatar
 
Posts: 60
Karma: 10
Join Date: Feb 2015
Device: none
Anyone else getting this error when downloading from fanfiction.net?


Error Unknown Unknown Could not find a suitable TLS CA certificate bundle, invalid path
tricklem is offline   Reply With Quote
Old 12-26-2020, 09:34 PM   #5058
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: 11,003
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
What version of Calibre are you using? It could be a Cloudscraper OpenSSL error.
ownedbycats is offline   Reply With Quote
Old 12-26-2020, 11:35 PM   #5059
icecold
Enthusiast
icecold began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Mar 2020
Device: Android,
I suspected that was the answer I would get. I already knew that the default behavior of Calibre was to strip that sort of font stuff. the fixed-color class is used for when there are words with a fixed color, say if a author wanted to make a word blue. Basically I wanted to see if there was a way to eat my cake and have it too. I'll make do with Find and Replacing color: transparent to #cc33ff (a light purple color) using Calibre's Edit Book to get rid of invisitext.

Sorry if I'm being annoying with my questions.
icecold is offline   Reply With Quote
Old 12-26-2020, 11:57 PM   #5060
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by tricklem View Post
Anyone else getting this error when downloading from fanfiction.net?

Error Unknown Unknown Could not find a suitable TLS CA certificate bundle, invalid path
I'd need to see the full debug log.

There's a good chance ownedbycats is right if you are on an older Calibre, but there are CA certs bundled in the plugin now.
JimmXinu is offline   Reply With Quote
Old 12-27-2020, 02:43 AM   #5061
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: 11,003
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Just curious: Is the "last updated" column adjusted for timezone?
ownedbycats is offline   Reply With Quote
Old 12-27-2020, 10:46 AM   #5062
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I assume you mean FFF's dateUpdated etc metadata.

No. FFF reads the time on the site as presented into a "naive datetime" and uses it without time zone.

Time zones in Python2 are a nightmare. I would hope it's improved in Py3, but since we still support older versions, I've not looked.
JimmXinu is offline   Reply With Quote
Old 12-27-2020, 05:33 PM   #5063
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: 11,003
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
That makes sense. I was mostly just curious if a fic updated after midnight GMT could potentially get the wrong date (I'm -4:00 GMT).

Last edited by ownedbycats; 12-27-2020 at 07:15 PM.
ownedbycats is offline   Reply With Quote
Old 12-27-2020, 07:18 PM   #5064
bpothier
Member
bpothier began at the beginning.
 
Posts: 20
Karma: 10
Join Date: May 2020
Device: Kobo
Well, "good news" is that it does in fact recognize that a re-used/duplicate URL neeeds to be downloaded as a "new" story...
The "Bad news" is that existing stories are not identified as their URL still uses the "plain"(without YYYY-MM-DD suffix) so will need to figure out a rewrite for existing URLs to avoid re-downloading updated stories completely, but thank you for a quick update!
bpothier is offline   Reply With Quote
Old 12-27-2020, 07:48 PM   #5065
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
@ownedbycats - Datetimes are bit of a mess. Some sites give you dates relative to where they are, some relative to your account settings, some relative to your browser(which doesn't help us), and date parsing depends on your computer's locale--which we have to fudge for most non-English users. And most sites only list dates, but some do also include times.

@bpothier: Yes, I assumed that was implicit.
JimmXinu is offline   Reply With Quote
Old 12-27-2020, 07:57 PM   #5066
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: 11,003
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by JimmXinu View Post
@ownedbycats - Datetimes are bit of a mess. Some sites give you dates relative to where they are, some relative to your account settings, some relative to your browser(which doesn't help us), and date parsing depends on your computer's locale--which we have to fudge for most non-English users. And most sites only list dates, but some do also include times.
I think I asked about that a while back - ffnet has exact times if you hover over the column, while AO3 is always 12:00:00 am.

My old computer had a dead CMOS battery, and there was a surprising amount of errors that cropped up whenever the time dropped out of sync and reset itself.
ownedbycats is offline   Reply With Quote
Old 12-27-2020, 09:42 PM   #5067
thenumber27
Junior Member
thenumber27 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2020
Device: none
Hello, I downloaded calibre and fanficfare for the sole purpose of being able to download fics with the author's notes (beginning and end on ao3) automatically removed, but the line in default.ini doesn't seem to be doing anything. I've put it everywhere I can think of in the personal.ini file and restarted calibre too many times to count but nothing seems to work. What could I be doing wrong??
thenumber27 is offline   Reply With Quote
Old 12-27-2020, 09:55 PM   #5068
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
You should just need to put exclude_notes with the notes types you don't want in personal.ini under the heading [archiveofourown.org]:

Code:
[archiveofourown.org]
exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,chapterfootnotes,authorfootnotes,inspiredlinks
JimmXinu is offline   Reply With Quote
Old 12-28-2020, 03:49 AM   #5069
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: 11,003
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
A bug, though it might be on Calibre's end rather than FFF's.

To prevent making silly typos that break my replace_metadatas, I've started copying entries directly from the saved metadata longtext column. But then pasting it in personal.ini does this:

Click image for larger version

Name:	2020-12-28 04_44_01-Edit personal.ini_cr.png
Views:	372
Size:	2.0 KB
ID:	184313

shouldn't it be pasting as plain-text?


Last edited by ownedbycats; 12-28-2020 at 03:52 AM.
ownedbycats is offline   Reply With Quote
Old 12-28-2020, 11:53 AM   #5070
Elphaeba
Junior Member
Elphaeba began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2020
Device: calibre
Quote:
Originally Posted by JimmXinu View Post
I'd need to see the full debug log.

There's a good chance ownedbycats is right if you are on an older Calibre, but there are CA certs bundled in the plugin now.
I started having this same issue this morning this is what the log says:

"
Status
Title
Author
Comment
URL
Error
Unknown
Unknown
Could not find a suitable TLS CA certificate bundle, invalid path: <AppData path removed>Local\Temp\tmplec4n9cv
https://www.fanfiction.net/s/13706378/1/
"

Calibre Versions : 5.8.1 newest version of Fanficfare

Last edited by Elphaeba; 12-28-2020 at 11:54 AM. Reason: Added in version info
Elphaeba 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 05:36 PM.


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