diff --git a/app.yaml b/app.yaml index 7c2010a..534c136 100644 --- a/app.yaml +++ b/app.yaml @@ -1,13 +1,11 @@ -# fanfictionloader ffd-retief -application: fanfictionloader +# fanfictionloader ffd-retief ffd-retief-hrd fanfictiondownloader +application: fanfictiondownloader version: 4-1-0 runtime: python27 api_version: 1 threadsafe: true handlers: -- url: /hello - script: utils.helloworld.app - url: /r3m0v3r.* script: utils.remover.app @@ -43,5 +41,6 @@ builtins: libraries: - name: django version: "1.2" + - name: PIL version: "1.1.7" diff --git a/index.html b/index.html index f07cf91..8e71c1d 100644 --- a/index.html +++ b/index.html @@ -54,32 +54,22 @@ much easier.
-Google has changed their quota limits for free applications using their AppEngine system, like this one.
- We're immediately reducing how long the system keeps - downloaded stories to 3 days to address this in part. -
-- However, we expect that there will be times when the - system exceeds it's permitted processing quota. We're - looking at ways to make the system more efficient, but - there will be issues for a while. -
-- You also have the option of running the downloader on your - own computer if you have Python available. - Download here. + This version of the application uses Python 2.7 and + multithreading to try and reduce our usage. Google + considers Python 2.7 Experimental still, so there may be issues.
If you have any problems with this application, please report them in the Fanfiction Downloader Google Group. The - Previous + Previous Version is also available for you to use if necessary.