View Single Post
Old 08-14-2014, 10:50 AM   #3242
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: 7,041
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
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 View Post
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 View Post
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.
JimmXinu is offline