Integrate new adapter www.checkmated.com.

This commit is contained in:
Jim Miller
2012-05-18 15:45:44 -05:00
parent a67e3a7234
commit 86375876a4
6 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-9
version: 4-4-10
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, 5, 21)
version = (1, 5, 22)
minimum_calibre_version = (0, 8, 30)
#: This field defines the GUI plugin class that contains all the code
+8
View File
@@ -382,6 +382,14 @@ extratags: FanFiction,Testing,HTML
## personal.ini, not defaults.ini.
#is_adult:true
[www.checkmated.com]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config. In
## commandline version, this should go in your personal.ini, not
## defaults.ini.
#username:YourName
#password:yourpassword
[www.fanfiction.net]
[www.ficbook.net]
+1
View File
@@ -55,6 +55,7 @@ import adapter_archiveskyehawkecom
import adapter_squidgeorgpeja
import adapter_libraryofmoriacom
import adapter_wraithbaitcom
import adapter_checkmatedcom
## This bit of complexity allows adapters to be added by just adding
## importing. It eliminates the long if/else clauses we used to need
+8 -12
View File
@@ -54,18 +54,9 @@
much easier. </p>
</div>
<!-- put announcements here, h3 is a good title size. -->
<h3>New Sites</h3>
<h3>New Site</h3>
<p>
We now support www.wraithbait.com and
www.libraryofmoria.com, thanks to Ida for adding these!
</p>
<p>
Support for the Wonderful World of MakeBelieve(WWOMB)
archive at
<a href="http://www.squidge.org/peja/cgi-bin/index.php">http://www.squidge.org/peja/cgi-bin/index.php</a>
has also been added. This does not support other sections of
www.squidge.org, or the other files under www.squidge.org/peja that
aren't in the eFiction instance.
We now support www.checkmated.com, thanks to Ida for adding this!
</p>
<p>
Questions? Check out our
@@ -75,7 +66,7 @@
If you have any problems with this application, please
report them in
the <a href="http://groups.google.com/group/fanfic-downloader">FanFictionDownLoader Google Group</a>. The
<a href="http://4-4-8.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
<a href="http://4-4-9.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
</p>
<div id='error'>
{{ error_message }}
@@ -316,6 +307,11 @@
<br /><a href="http://www.squidge.org/peja/cgi-bin/viewstory.php?sid=1234">http://www.squidge.org/peja/cgi-bin/viewstory.php?sid=1234</a>.<br />
This is <i>only</i> for squidge.org/peja, not other parts of squidge.org.
</dd>
<dt>www.checkmated.com</dt>
<dd>
Use the URL of the story's first chapter, such as
<br /><a href="http://www.checkmated.com/story.php?story=10898">http://www.checkmated.com/story.php?story=10898</a>.
</dd>
</dl>
<p>
A few additional things to know, which will make your life substantially easier:
+8
View File
@@ -368,6 +368,14 @@ extratags: FanFiction,Testing,HTML
## personal.ini, not defaults.ini.
#is_adult:true
[www.checkmated.com]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config. In
## commandline version, this should go in your personal.ini, not
## defaults.ini.
#username:YourName
#password:yourpassword
[www.fanfiction.net]
[www.ficbook.net]