i.nhentai.net -> i1.nhentai.net

This commit is contained in:
blankie 2025-04-28 15:19:10 +10:00
parent 9f0afd6ae8
commit 84a0ab6ff8
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -418,7 +418,7 @@ dependencies = [
[[package]]
name = "nhentairs"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"quick-xml",
"reqwest",

View File

@ -1,6 +1,6 @@
[package]
name = "nhentairs"
version = "0.6.1"
version = "0.6.2"
authors = ["blank X <theblankx@protonmail.com>"]
edition = "2018"

View File

@ -65,7 +65,7 @@ pub async fn run(args: env::Args) {
pages_vec.push((
String::from(file_path.to_str().unwrap()),
format!(
"https://i.nhentai.net/galleries/{}/{}",
"https://i1.nhentai.net/galleries/{}/{}",
sauce_info.media_id, file_name
),
));