diff --git a/plugin/js/parsers/ScribblehubParser.js b/plugin/js/parsers/ScribblehubParser.js index b3152725..9f1a114b 100644 --- a/plugin/js/parsers/ScribblehubParser.js +++ b/plugin/js/parsers/ScribblehubParser.js @@ -5,7 +5,7 @@ parserFactory.register("scribblehub.com", () => new ScribblehubParser()); class ScribblehubParser extends Parser { constructor() { super(); - this.minimumThrottle = 3000; + this.minimumThrottle = 5000; } async getChapterUrls(dom, chapterUrlsUI) {