Okay, so for the cover thing, it's every single story I try to download.
Here is a URL for AO3 (I choose a G rated fic):
https://archiveofourown.org/works/60...ters/155465734
Also I included a copy of the safe version of my personal.ini
Spoiler:
Code:
Safe Personal.Ini
## This is an example of what your personal configuration might look
## like. Uncomment options by removing the '#' in front of them.
[defaults]
## [defaults] section applies to all formats and sites but may be
## overridden at several levels. See
## https://github.com/JimmXinu/FanFicFare/wiki/INI-File for more
## details.
## Some sites also require the user to confirm they are adult for
## adult content. Uncomment by removing '#' in front of is_adult.
is_adult:true
## Don't like the numbers at the start of chapter titles on some
## sites? You can use strip_chapter_numbers to strip them off. Just
## want to make them all look the same? Strip them off, then add them
## back on with add_chapter_numbers. Don't like the way it strips
## numbers or adds them back? See chapter_title_strip_pattern and
## chapter_title_add_pattern in defaults.ini.
#strip_chapter_numbers:true
#add_chapter_numbers:true
always_overwrite: true
datePublished_format:%%B %%d, %%Y
dateUpdated_format:%%B %%d, %%Y
chapterslashtotal_label:Chapters
keep_in_order_freeformtags:true
keep_in_order_ships:true
keep_in_order_category:true
keep_in_order_characters:true
keep_in_order_fandoms:true
keep_in_order_genre:true
keep_in_order_ships:true
add_to_extra_valid_entries:,prefix_ships,ships_modified,category_modified,tags_modified,chapterslashtotal
include_in_prefix_ships:ships
include_in_ships_modified:ships
include_in_category_modified:category
include_in_tags_modified:freeformtags,characters,ships,warnings
replace_metadata:
## Fandoms
category_modified=>^Arcane: League of Legends \(Cartoon 2021\)$=>Arcane
# separate lines for ease of maintenance
category_modified=>^(Dragon Age).*$=>\1
category_modified=>^(Mass Effect).*$=>\1
category_modified=>^(Star Wars).*$=>\1
category_modified=>^(Harry Potter).*$=>\1
category_modified=>^(Buzzfeed Unsolved).*$=>\1
## Characters
characters=>\(mentions of\) =>
characters=> \([Ch]haracter\)=>
characters=> ?\((cameo|briefly|if you squint|sort of)\)=>
characters=> - Character=>
characters=>^Other mentions$=>
ships=> - Relationship=>
## Status
status=>^In-Progress$=>WIP
## Removes images from summaries
description=><img[^>]+>=>
## Removes fluff from categories
category_modified=> \(?(- All Media Types|- Fandom|Movies|Movie [0-9]+|Comics|TV|Video Games?)\)?$=>
## Publisher
site=>^archiveofourown.org$=>Archive of Our Own
## Ratings
rating=>^General Audiences$=>G
rating=>^Teen And Up Audiences$=>T
rating=>^Mature$=>M
rating=>^Explicit$=>E
rating=>^Not Rated$=>U
## Standardize names for consistency
ships,prefix_ships=>(OFC\/OFC)|(Original Female Character\/Original Female Character)=>Original Female Character(s)/Original Female Character(s)
exclude_metadata_pre:
## Removes "CharacterName" if Male or Female CharacterName is already present.
characters=~^CharacterName&&characters=~^(Male|Female) CharacterName
## Exclude all entries that don't have / or &
ships,prefix_ships!~(.*)(\/| & )(.*)
## Exclude friendships in the ship tag
## remove this if you still want to see them
ships,prefix_ships=~(.*) & (.*)
## Exclude ship tags that are "implied/mentioned"
prefix_ships=~^(.*)\(?(implied|mentioned)\)?
## Tags to be added removed
additional_characters=~(Original|Various) Character\(?s?\)?
freeformtags,genre==Other Additional Tags to Be Added
add_to_custom_columns_settings:
ships_modified=>#pairings
category_modified=>#fandom
tags_modified=>#mytags
kudos=>#ao3kudos_count
hits=>#ao3hit_count
bookmarks=>#ao3bookmark_count
warnings=>#tags
# Add HTML to format the title page
titlepage_entries: series,rating,warnings,ao3categories,fandoms,ships,characters,freeformtags,language,collections,numWords,chapterslashtotal,description
titlepage_start:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>${title} by ${author}</title>
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<meta name="calibre-html-render-data"/>
</head>
<body>
<div class="title">
<a href="${storyUrl}">${title}</a> by ${authorHTML}
</div>
<dl class="titlepagelist">
titlepage_entry:
<dt><b>${label}:</b></dt> <dd>${value}</dd>
## When using tables, make these span both columns.
wide_titlepage_entries:
## ${id}, ${label}, ${value}
## Used with entries listed in wide_titlepage_entries, typically description, storyUrl, authorUrl
titlepage_wide_entry:
<span><b>${label}:</b> ${value}</span>
## metadata
titlepage_end:
## <dl class="stats">
## </dl>
</dl>
<hr style="border: .75px solid #999; width: 90%%; margin: 10px auto;" />
<br />
<div style="text-align: left; font-weight: bold; margin-bottom: 5px;">Stats:</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 8px; width: 100%%;">
<span style="flex: 1; text-align: left;">Published: ${datePublished}</span>
<span style="flex: 1; text-align: left;">Updated: ${dateUpdated}</span>
<span style="flex: 1; text-align: left;">Status: ${status}</span>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 8px; width: 100%%;">
<span style="flex: 1; text-align: left;">Kudos: ${kudos}</span>
<span style="flex: 1; text-align: left;">Hits: ${hits}</span>
<span style="flex: 1; text-align: left;">Bookmarks: ${bookmarks}</span>
</div>
</body>
</html>
[epub]
## Include images from img tags in the body and summary of stories.
## Images will be converted to jpg for size if possible. Images work
## in epub format only. To get mobi or other format with images,
## download as epub and use Calibre to convert.
## true by default, uncomment and set false to not include images.
#include_images:true
## If set false, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.
## true by default, uncomment and set false to not keep summary html.
keep_summary_html:true
## If set true, and there isn't a specific cover image, the first
## image found in the story will be made the cover image. If
## keep_summary_html is true, images in the summary will be before any
## in chapters.
## true by default, uncomment and set false to turn off
make_firstimage_cover:false
## Most common, I expect will be using this to save username/passwords
## for different sites. Here are a few examples. See defaults.ini
## for the full list.
output_css:
body { background-color: #%(background_color)s;
text-align: left;
margin: 2%%;
adobe-text-layout: optimizeSpeed; }
pre { font-size: x-small; }
sml { font-size: small; }
h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
h4 { text-align: center; }
h5 { text-align: center; }
h6 { text-align: center; }
.CI {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.center {text-align: center;}
.cover {text-align: center;}
.full {width: 100%%; }
.quarter {width: 25%%; }
.smcap {font-variant: small-caps;}
.u {text-decoration: underline;}
.bold {font-weight: bold;}
p { text-indent: 2em; }
blockquote.userstuff {
margin-bottom: 0.5em; /* Reduce spacing */
padding-bottom: 0.5em;
border-bottom: 1px solid #888;
}
##/* But leave the summary's .userstuff alone (or style differently) */
dd .userstuff {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
replace_xbr_with_hr:3
replace_hr:false
replace_br_with_p:false
[archiveofourown.org:epub]
add_to_output_css:
dl.titlepagelist dd { margin: 0 0 1em 1em; }
div.title {
font-weight: bold;
text-align: center;
}
[archiveofourown.org]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config. In
## commandline version, this should go in your personal.ini, not
## defaults.ini.
use_workskin:false
freeformtags_label:Additional Tags
freefromtags_label:Additional Tags
ao3categories_label:Category
chapterslashtotal_label:Chapters
description_label: Summary
keep_in_order_ao3categories:true
keep_in_order_freeformtags:true
## This section will override anything in the system defaults or other
## sections here.
[overrides]
## default varies by site. Set true here to force all sites to
## collect series.
#collect_series: true
So yeah, any help would be appreciated. It happens to every story. I don't know why.