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