From d62e5a1138896c52711fe9ca06d05ea6d06b1b41 Mon Sep 17 00:00:00 2001 From: Jan Vollmer Date: Wed, 26 Oct 2022 15:25:00 +0200 Subject: [PATCH] [Manganato-Plugin] Issue #37: Replace https://readmanganato.com/ with https://chapmanganato.com --- plugins/manganato/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/manganato/index.js b/plugins/manganato/index.js index 612b730..ca6493b 100644 --- a/plugins/manganato/index.js +++ b/plugins/manganato/index.js @@ -1,5 +1,5 @@ const SEARCH_URL = "https://manganato.com/search/story/"; -const MAIN_URL = "https://readmanganato.com/"; +const MAIN_URL = "https://chapmanganato.com/"; const ALT_URL = "https://manganato.com/"; function searchManga(query) { @@ -119,4 +119,4 @@ function nextPage() { referer: 'https://readmanganato.com/' } }); -} \ No newline at end of file +}