From 85d4656005425a4a96cb2cbacf5fe9ab30ab6edd Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 8 Jun 2025 09:42:20 -0500 Subject: [PATCH] alternatehistory needs at least cloudscraper now, it seems. --- calibre-plugin/plugin-defaults.ini | 9 +++++++++ fanficfare/defaults.ini | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index c818b03d..af482e1c 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -3379,6 +3379,15 @@ slow_down_sleep_time:2 ## than other XF2 sites. threadmarks_per_page:50 +## Using cloudscraper can satisfy the first couple levels of +## Cloudflare bot-proofing, but not all levels. Older versions of +## OpenSSL will also raise problems, so versions of Calibre older than +## v5 will probably fail. Only a few sites are configured with +## use_cloudscraper:true by default, but it can be applied in other +## sites' ini sections. user_agent setting is ignored when +## use_cloudscraper:true +use_cloudscraper:true + [www.aneroticstory.com] use_basic_cache:true ## Some sites do not require a login, but do require the user to diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 28a4de81..5e93e8e8 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -3372,6 +3372,15 @@ slow_down_sleep_time:2 ## than other XF2 sites. threadmarks_per_page:50 +## Using cloudscraper can satisfy the first couple levels of +## Cloudflare bot-proofing, but not all levels. Older versions of +## OpenSSL will also raise problems, so versions of Calibre older than +## v5 will probably fail. Only a few sites are configured with +## use_cloudscraper:true by default, but it can be applied in other +## sites' ini sections. user_agent setting is ignored when +## use_cloudscraper:true +use_cloudscraper:true + [www.aneroticstory.com] use_basic_cache:true ## Some sites do not require a login, but do require the user to