From 1089ea4658a2bd85cac0e79790050691b55323ad Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Wed, 30 May 2012 16:48:52 -0500
Subject: [PATCH] Integrate www.ik-eternal.net--no version bump yet.
---
defaults.ini | 13 +++++++++++++
fanficdownloader/adapters/__init__.py | 1 +
index.html | 9 +++++++--
plugin-defaults.ini | 13 +++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/defaults.ini b/defaults.ini
index a29e500f..6580b95a 100644
--- a/defaults.ini
+++ b/defaults.ini
@@ -497,6 +497,19 @@ extratags:
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
+[www.ik-eternal.net]
+## 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
+
+## Some sites also require the user to confirm they are adult for
+## adult content. In commandline version, this should go in your
+## personal.ini, not defaults.ini.
+#is_adult:true
+
[www.libraryofmoria.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 8be0e860..49acc31b 100644
--- a/fanficdownloader/adapters/__init__.py
+++ b/fanficdownloader/adapters/__init__.py
@@ -66,6 +66,7 @@ import adapter_walkingtheplankorg
import adapter_ashwindersycophanthexcom
import adapter_thehexfilesnet
import adapter_dokugacom
+import adapter_iketernalnet
## 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 d921241c..2270782a 100644
--- a/index.html
+++ b/index.html
@@ -54,9 +54,9 @@
much easier.
- New Site
+ New Sites
- New site www.dokuga.com added. Thanks, Ida.
+ New sites www.dokuga.com, www.ik-eternal.net added. Thanks, Ida.
New Option
@@ -368,6 +368,11 @@
http://www.dokuga.com/fanfiction/story/1234/1 or
http://www.dokuga.com/spark/story/1234/1
+
www.ik-eternal.net
+
+ Use the URL of the story's chapter list, such as
+
http://www.ik-eternal.net/viewstory.php?sid=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 5ec7920c..af668292 100644
--- a/plugin-defaults.ini
+++ b/plugin-defaults.ini
@@ -480,6 +480,19 @@ extratags:
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
+[www.ik-eternal.net]
+## 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
+
+## Some sites also require the user to confirm they are adult for
+## adult content. In commandline version, this should go in your
+## personal.ini, not defaults.ini.
+#is_adult:true
+
[www.libraryofmoria.com]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content. In commandline version,