From 61accdff32cd84901b4633b448fc41a1801832b9 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Fri, 17 Jul 2015 13:26:37 -0500
Subject: [PATCH] Add chapter limits with URL (like [3-4]) for web service.
---
webservice/app.yaml | 4 ++--
webservice/index.html | 10 +++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/webservice/app.yaml b/webservice/app.yaml
index 9b36cec..e22aefb 100644
--- a/webservice/app.yaml
+++ b/webservice/app.yaml
@@ -1,6 +1,6 @@
-# ffd-retief-hrd fanfictiondownloader fanficfare
+# ffd-retief-hrd fanficfare
application: fanficfare
-version: 2-2-10
+version: 2-2-10a
runtime: python27
api_version: 1
threadsafe: true
diff --git a/webservice/index.html b/webservice/index.html
index a652b17..b03d5c4 100644
--- a/webservice/index.html
+++ b/webservice/index.html
@@ -46,7 +46,15 @@
Changes:
- - Updates for mediaminer.org changes.
+ - Add chapter limits with URL by giving chapter range.
+ Examples:
+
+ - https://www.fanfiction.net/s/2565609/1/[4] Chapter 4 only
+ - https://www.fanfiction.net/s/2565609/1/[6-10] Chapters 6, 7, 8, 9 & 10 only
+ - https://www.fanfiction.net/s/2565609/1/[-10] Chapters 1-10 only
+ - https://www.fanfiction.net/s/2565609/1/[150-] Chapters 150 and up only
+
+
Questions? Check out our