diff --git a/src/rust/vi.hentaivn/res/source.json b/src/rust/vi.hentaivn/res/source.json index 6f9b6f5a5..5f008aa61 100644 --- a/src/rust/vi.hentaivn/res/source.json +++ b/src/rust/vi.hentaivn/res/source.json @@ -3,8 +3,8 @@ "id": "vi.hentaivn", "lang": "vi", "name": "HentaiVN", - "version": 5, - "url": "https://hentaivn.tv", + "version": 6, + "url": "https://hentaivn.zone", "nsfw": 2 }, "listings": [ diff --git a/src/rust/vi.hentaivn/src/lib.rs b/src/rust/vi.hentaivn/src/lib.rs index fecbeaa0f..a60858521 100644 --- a/src/rust/vi.hentaivn/src/lib.rs +++ b/src/rust/vi.hentaivn/src/lib.rs @@ -18,7 +18,7 @@ use parser::{ }; use search::get_search_url; -pub static BASE_URL: &str = "https://hentaivn.tv"; +pub static BASE_URL: &str = "https://hentaivn.zone"; #[get_manga_list] fn get_manga_list(filters: Vec, page: i32) -> Result {