From 28edbcdc400df672cf75866ef2d40b125ffb14c9 Mon Sep 17 00:00:00 2001 From: Bence R <70416146+General-Mudkip@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:44:50 +0100 Subject: [PATCH] Update Asura URL Again (#465) * Updated Asura URL * Updated Asura URL * Updated version number --- src/rust/mangastream/sources/asurascans/res/source.json | 4 ++-- src/rust/mangastream/sources/asurascans/src/helper.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/mangastream/sources/asurascans/res/source.json b/src/rust/mangastream/sources/asurascans/res/source.json index 59b9e38b4..b6ae6a3d7 100644 --- a/src/rust/mangastream/sources/asurascans/res/source.json +++ b/src/rust/mangastream/sources/asurascans/res/source.json @@ -3,8 +3,8 @@ "id": "multi.asurascans", "lang": "multi", "name": "Asura Scans", - "version": 12, - "url": "https://asuracomics.com" + "version": 13, + "url": "https://asuracomics.gg" }, "listings": [ { diff --git a/src/rust/mangastream/sources/asurascans/src/helper.rs b/src/rust/mangastream/sources/asurascans/src/helper.rs index 92b9176c4..37b648817 100644 --- a/src/rust/mangastream/sources/asurascans/src/helper.rs +++ b/src/rust/mangastream/sources/asurascans/src/helper.rs @@ -5,7 +5,7 @@ pub fn get_base_url() -> String { let code = get_lang_code(); match code.as_str() { "tr" => String::from("https://asurascanstr.com"), - _ => String::from("https://asuracomics.com"), + _ => String::from("https://asuracomics.gg"), } }