From 4f85d4eb41311ce6c94cf16ff4b7dd3bd763a586 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 9 Nov 2013 11:26:46 -0600 Subject: [PATCH] Bump versions, update web service to announce fimf blocking. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- index.html | 12 +++++++----- status.html | 5 ++++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app.yaml b/app.yaml index 4609501..c959c38 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-80 +version: 4-4-81 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index cc43a76..2e2281a 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -36,7 +36,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase): description = 'UI plugin to download FanFiction stories from various sites.' supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (1, 7, 51) + version = (1, 7, 52) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code diff --git a/index.html b/index.html index 100419a..1b707dd 100644 --- a/index.html +++ b/index.html @@ -46,13 +46,16 @@ {{yourfile}} -

fanfiction.net

+

fanfiction.net / fimfiction.net

Fanfiction.net appears to be blocking access from Google App Engine, which prevents this web service. There's nothing I can do about it. At the time of writing, the latest CLI and calibre plugin versions worked.

+

It appears that FimFiction.net is also blocking access from Google + App Engine now. +

{% if authorized %}
@@ -65,9 +68,8 @@

Changes:

@@ -79,7 +81,7 @@ If you have any problems with this application, please report them in the FanFictionDownLoader Google Group. The - Previous Version is also available for you to use if necessary. + Previous Version is also available for you to use if necessary.

{{ error_message }} diff --git a/status.html b/status.html index e71a49e..80d52c1 100644 --- a/status.html +++ b/status.html @@ -51,13 +51,16 @@ by {{ fic.author }} ({{ fic.format }}) {% endif %} {% if fic.failure %} -

fanfiction.net

+

fanfiction.net / fimfiction.net

FYI, fanfiction.net appears to be blocking access from Google App Engine, which prevents this web service. There's nothing I can do about it. At the time of writing, the latest CLI and calibre plugin versions worked.

+

It appears that FimFiction.net is also blocking access from Google + App Engine now. +

{{ fic.failure }} {% endif %} {% if not fic.completed and not fic.failure %}