Fix fanfiction.net, bump versions.

This commit is contained in:
Jim Miller
2013-03-25 16:40:35 -05:00
parent d1f11f8ac4
commit 4bb26278ad
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-48
version: 4-4-49
runtime: python27
api_version: 1
threadsafe: true
+1 -1
View File
@@ -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, 15)
version = (1, 7, 16)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code
@@ -159,9 +159,9 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
self.setDescription(url,stripHTML(summarydiv))
metatext = stripHTML(gui_table1i.find('div', {'style':'color:gray;'})).replace('Hurt/Comfort','Hurt-Comfort')
metatext = stripHTML(gui_table1i.find('div', {'class':'xgray'})).replace('Hurt/Comfort','Hurt-Comfort')
metalist = metatext.split(" - ")
#logger.debug("metatext:(%s)"%metalist)
logger.debug("metatext:(%s)"%metalist)
# Rated: Fiction K - English - Words: 158,078 - Published: 02-04-11
+1
View File
@@ -57,6 +57,7 @@
<h3>Changes:</h3>
<p>
<ul>
<li>Fix for changes to fanfiction.net.</li>
<li>Add seriesUrl (and generated seriesHTML) as valid metadata entries. The default series on title_page is now a link.</li>
<li>Add user/pass for dokuga.com.</li>
</ul>