Integrate new adapters, ncisfic.com, national-library.net.

This commit is contained in:
Jim Miller 2012-07-01 13:29:01 -05:00
parent aee9c7010c
commit d8d5c02f55
4 changed files with 21 additions and 7 deletions

View file

@ -400,6 +400,10 @@ cover_exclusion_regexp:/images/.*?ribbon.gif
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
[national-library.net]
[ncisfic.com]
[nfacommunity.com]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content. In commandline version,

View file

@ -79,6 +79,8 @@ import adapter_thealphagatecom
import adapter_fanfiktionde
import adapter_ponyfictionarchivenet
import adapter_sg1heliopoliscom
import adapter_ncisficcom
import adapter_nationallibrarynet
## This bit of complexity allows adapters to be added by just adding
## importing. It eliminates the long if/else clauses we used to need

View file

@ -54,16 +54,10 @@
much easier. </p>
</div>
<!-- put announcements here, h3 is a good title size. -->
<h3>fanfiction.net Fixed</h3>
<p>
Fixes are in place now for the latest round of fanfiction.net changes (as of Jun 28, 2012).
</p>
<h3>New Sites</h3>
<p>
New sites www.fanfiktion.de, ponyfictionarchive.net and sg1-heliopolis.com added.
New sites ncisfic.com and national-library.net added.
<br />Thanks, Ida!
</p>
@ -446,6 +440,16 @@
<br />Or:
<br /><a href="http://sg1-heliopolis.com/atlantis/viewstory.php?sid=1234">http://sg1-heliopolis.com/atlantis/viewstory.php?sid=1234</a>
</dd>
<dt>ncisfic.com</dt>
<dd>
Use the URL of the story's first chapter, such as
<br /><a href="http://ncisfic.com/viewstory.php?storyid=1234">http://ncisfic.com/viewstory.php?storyid=1234</a>
</dd>
<dt>national-library.net</dt>
<dd>
Use the URL of the story's first chapter, such as
<br /><a href="http://national-library.net/viewstory.php?storyid=1234">http://national-library.net/viewstory.php?storyid=1234</a>
</dd>
</dl>
<p>
A few additional things to know, which will make your life substantially easier:

View file

@ -386,6 +386,10 @@ cover_exclusion_regexp:/images/.*?ribbon.gif
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
[national-library.net]
[ncisfic.com]
[nfacommunity.com]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content. In commandline version,