From 87da41ab8442042799202daf0af160e602aa57a4 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 26 May 2017 11:53:35 -0500 Subject: [PATCH] wattpad - add defaults slow_down_sleep_time:2 and comma reads. --- calibre-plugin/plugin-defaults.ini | 7 +++++++ fanficfare/defaults.ini | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 016d1b0c..cacdf561 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -2088,6 +2088,13 @@ extra_valid_entries: language, tags, reads reads_label:Read Count include_in_genre: tags +# Add comma separators for reads. +add_to_comma_entries:,reads + +## number of seconds to sleep between calls to the story site. There +## are reports that sound like site throttling without it. +slow_down_sleep_time:2 + [writing.whimsicalwanderings.net] ## 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/fanficfare/defaults.ini b/fanficfare/defaults.ini index e7c41ca3..3ea77aed 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -2110,6 +2110,13 @@ extra_valid_entries: language, tags, reads reads_label:Read Count include_in_genre: tags +# Add comma separators for reads. +add_to_comma_entries:,reads + +## number of seconds to sleep between calls to the story site. There +## are reports that sound like site throttling without it. +slow_down_sleep_time:2 + [writing.whimsicalwanderings.net] ## Some sites do not require a login, but do require the user to ## confirm they are adult for adult content. In commandline version,