Quote:
Originally Posted by vikarti
Looks like handling of utopiastories.com urls is not fully correct in Calibre's FanFicFare plugin.
only http://www.utopiastories.com/code/show_story.asp/recid/<story_id_number> URLs are handled but https://www.utopiastories.com/code/show_story.asp/recid/<story_id_number> are considered invalid by fanficfare even while same content is available at both URLs.
|
HTTPS doesn't work for me on
www.utopiastories.com in Python from CLI or from in Calibre. Checking with an SSL analyzer site, their SSL implement is rated 'F' due to only supported known insecure protocols.
I will add code in the next test version to
accept https:// URLs for utopiastories.com, but FFF can't
use https:// for downloads for that site at this time.