diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 36859f5..ee92f5c 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, 29) + version = (1, 5, 30) 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 01f0276..cd30ac9 100644 --- a/defaults.ini +++ b/defaults.ini @@ -413,6 +413,18 @@ cover_exclusion_regexp:/images/.*?ribbon.gif #password:yourpassword [onedirectionfanfiction.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 + [thehexfiles.net] diff --git a/plugin-defaults.ini b/plugin-defaults.ini index 938a998..a842256 100644 --- a/plugin-defaults.ini +++ b/plugin-defaults.ini @@ -399,6 +399,17 @@ cover_exclusion_regexp:/images/.*?ribbon.gif #password:yourpassword [onedirectionfanfiction.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 [thehexfiles.net]