From 9b21c0e4d66c5285a5847d828383a7d20c5f424f Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Mon, 28 Jan 2013 09:57:18 -0600
Subject: [PATCH] Fix for thewriterscoffeeshop.com's changed date format. Bump
versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
.../adapters/adapter_thewriterscoffeeshopcom.py | 2 +-
index.html | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app.yaml b/app.yaml
index 0136c38..b85fea1 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-39
+version: 4-4-40
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index e0d481a..78b015f 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -27,7 +27,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, 5)
+ version = (1, 7, 6)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code
diff --git a/fanficdownloader/adapters/adapter_thewriterscoffeeshopcom.py b/fanficdownloader/adapters/adapter_thewriterscoffeeshopcom.py
index 8ed953d..7e9b579 100644
--- a/fanficdownloader/adapters/adapter_thewriterscoffeeshopcom.py
+++ b/fanficdownloader/adapters/adapter_thewriterscoffeeshopcom.py
@@ -48,7 +48,7 @@ class TheWritersCoffeeShopComSiteAdapter(BaseSiteAdapter):
# normalized story URL.
self._setURL('http://' + self.getSiteDomain() + '/library/viewstory.php?sid='+self.story.getMetadata('storyId'))
- self.dateformat = "%B %d, %Y"
+ self.dateformat = "%d %b %Y"
@staticmethod
diff --git a/index.html b/index.html
index 243c68e..dcf0c48 100644
--- a/index.html
+++ b/index.html
@@ -57,9 +57,9 @@
Changes:
- - New site: buffynfaith.net (Thanks Dan!)
+ - Fix for a change in fimfiction.net's handling of password protected stories.
+ - Fix for thewriterscoffeeshop.com's changed date format.
- FFDL now supports over 80 different sites.
Questions? Check out our
@@ -69,7 +69,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 }}