From c8c9520dd586473b87445d4de00529aba97bda3c Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 11 Jul 2019 20:30:54 -0500 Subject: [PATCH] Adjust reader_posts_per_page for forum.questionablequesting.com. --- calibre-plugin/plugin-defaults.ini | 3 +++ fanficfare/defaults.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index d5309285..6693b4fa 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -1590,6 +1590,9 @@ cover_exclusion_regexp:/css/bir.png [forum.questionablequesting.com] ## see [base_xenforoforum] +## QQ shows more posts per reader page than other XF sites. +reader_posts_per_page:30 + ## 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 diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index d7f40bdd..6decff60 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -1626,6 +1626,9 @@ cover_exclusion_regexp:/css/bir.png [forum.questionablequesting.com] ## see [base_xenforoforum] +## QQ shows more posts per reader page than other XF sites. +reader_posts_per_page:30 + ## 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