diff --git a/defaults.ini b/defaults.ini index 575b039c..9bfb10cd 100644 --- a/defaults.ini +++ b/defaults.ini @@ -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, diff --git a/fanficdownloader/adapters/__init__.py b/fanficdownloader/adapters/__init__.py index e59e42c6..8ed2e6e7 100644 --- a/fanficdownloader/adapters/__init__.py +++ b/fanficdownloader/adapters/__init__.py @@ -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 diff --git a/index.html b/index.html index 285537fe..8c694718 100644 --- a/index.html +++ b/index.html @@ -54,16 +54,10 @@ much easier.

-

fanfiction.net Fixed

-

- - Fixes are in place now for the latest round of fanfiction.net changes (as of Jun 28, 2012). - -

New Sites

- New sites www.fanfiktion.de, ponyfictionarchive.net and sg1-heliopolis.com added. + New sites ncisfic.com and national-library.net added.
Thanks, Ida!

@@ -446,6 +440,16 @@
Or:
http://sg1-heliopolis.com/atlantis/viewstory.php?sid=1234 +
ncisfic.com
+
+ Use the URL of the story's first chapter, such as +
http://ncisfic.com/viewstory.php?storyid=1234 +
+
national-library.net
+
+ Use the URL of the story's first chapter, such as +
http://national-library.net/viewstory.php?storyid=1234 +

A few additional things to know, which will make your life substantially easier: diff --git a/plugin-defaults.ini b/plugin-defaults.ini index 3c4e0939..df34dd5c 100644 --- a/plugin-defaults.ini +++ b/plugin-defaults.ini @@ -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,