Quote:
Originally Posted by Tanjamuse
I don't understand the website encodings?
|
Code:
## website encoding(s) In theory, each website reports the character
## encoding they use for each page. In practice, some sites report it
## incorrectly. Each adapter has a default list, usually "utf8,
## Windows-1252" or "Windows-1252, utf8", but this will let you
## explicitly set the encoding and order if you need to. The special
## value 'auto' will call chardet and use the encoding it reports if
## it has +90% confidence. 'auto' is not reliable.
website_encodings:Windows-1252,ISO-8859-1,auto
Look in your personal.ini and see if you have a website_encodings parameter for [defaults], [archiveofourown.org] or [overrides].
If you don't already have one, try setting one like the one above under [archiveofourown.org].
Quote:
Originally Posted by Tanjamuse
It's getting quite annoying with having to try to download some stories 4-5 times and still never get them.
|
You will get the best help when you post the story URLs you are having problems with, and the debug output. The one story URL you did post, I tried and had no problems with using any of the common encodings.
And AO3 has built-in ebook download support. If you cannot resolve your issues, you can always download epubs and other ebook formats directly from AO3.
Quote:
Originally Posted by Tanjamuse
And I've tried reading that link, you sent me but I don't understand any of it.
|
Escaping special characters in regular expressions has been
explained to you before.
If you want to use advanced features, some advanced knowledge may be required.