diff --git a/app.yaml b/app.yaml index 9d9edd0..5305bb9 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-20 +version: 4-4-21 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index ece0933..b709a5a 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -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, 44) + version = (1, 5, 45) minimum_calibre_version = (0, 8, 30) #: This field defines the GUI plugin class that contains all the code diff --git a/defaults.ini b/defaults.ini index 1919974..cc58a16 100644 --- a/defaults.ini +++ b/defaults.ini @@ -423,6 +423,21 @@ cover_exclusion_regexp:/images/.*?ribbon.gif #username:YourName #password:yourpassword +[grangerenchanted.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 + +## 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 + +[hlfiction.net] + [lumos.sycophanthex.com] ## Some sites do not require a login, but do require the user to ## confirm they are adult for adult content. In commandline version, @@ -439,6 +454,8 @@ cover_exclusion_regexp:/images/.*?ribbon.gif ## this should go in your personal.ini, not defaults.ini. #is_adult:true +[nha.magical-worlds.us] + [occlumency.sycophanthex.com] ## Some sites require login (or login for some rated stories) The ## program can prompt you, or you can save it in config. In diff --git a/index.html b/index.html index 2efd93c..7493425 100644 --- a/index.html +++ b/index.html @@ -57,18 +57,9 @@
- New sites finestories.com, www.hpfanficarchive.com, svufiction.com, www.twilightarchives.com and www.wizardtales.net.
+ New sites grangerenchanted.com, hlfiction.net and nha.magical-worlds.us.
Thanks, Ida!
-
- - FFDL now supports multiple authors for AO3, TtH and - wraithbait.com. If you know of other sites we support - that can have more than one author per story, please let - us know. -
Questions? Check out our @@ -78,7 +69,7 @@ If you have any problems with this application, please report them in the FanFictionDownLoader Google Group. The - Previous Version is also available for you to use if necessary. + Previous Version is also available for you to use if necessary.
A few additional things to know, which will make your life substantially easier: diff --git a/plugin-defaults.ini b/plugin-defaults.ini index e2b64cc..83f4380 100644 --- a/plugin-defaults.ini +++ b/plugin-defaults.ini @@ -409,6 +409,21 @@ cover_exclusion_regexp:/images/.*?ribbon.gif #username:YourName #password:yourpassword +[grangerenchanted.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 + +## 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 + +[hlfiction.net] + [lumos.sycophanthex.com] ## Some sites do not require a login, but do require the user to ## confirm they are adult for adult content. In commandline version, @@ -425,6 +440,8 @@ cover_exclusion_regexp:/images/.*?ribbon.gif ## this should go in your personal.ini, not defaults.ini. #is_adult:true +[nha.magical-worlds.us] + [occlumency.sycophanthex.com] ## Some sites require login (or login for some rated stories) The ## program can prompt you, or you can save it in config. In