Skip to content

Commit

Permalink
FIX ZinNovel: manga linsting (#6027)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Aug 1, 2023
1 parent 3c7b05f commit 6ddc3be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/web/mjs/connectors/ZinNovel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ export default class ZinNovel extends WordPressMadaraNovel {
this.tags = [ 'novel', 'english' ];
this.url = 'https://zinnovel.com';
}
}

_createMangaRequest(page) {
return new Request(new URL(`/manga/page/${page}/`, this.url), this.requestOptions);
}
}

0 comments on commit 6ddc3be

Please sign in to comment.