Skip to content

Commit

Permalink
dteviot#1377 Set minimum throttle for Ranobes to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiradien committed Aug 8, 2024
1 parent 94e3690 commit 9720d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/RanobesParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parserFactory.register("ranobes.top", () => new RanobesParser());
class RanobesParser extends Parser{
constructor() {
super();
this.minimumThrottle = 1000;
}

async getChapterUrls(dom, chapterUrlsUI) {
Expand Down

0 comments on commit 9720d24

Please sign in to comment.