diff --git a/src/main.rs b/src/main.rs index dd5c71b..667e2d6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -50,7 +50,7 @@ async fn create_page(source: &String, html: &String) -> Result { let illust = json::parse(data_meta.value().attr("content").unwrap()).unwrap(); let image = match illust["illust"].entries().next() { - Some (j) => j.1["urls"]["regular"].as_str().unwrap().replace("pximg.net", "thebread.dev"), + Some (j) => j.1["urls"]["regular"].as_str().unwrap().replace("pximg.net", "fixiv.net"), None => "https://http.cat/images/501.jpg".to_string(), };