Skip to content

Commit

Permalink
Update src/rust/madara/sources/prismascans/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
julioreigen committed Oct 4, 2023
1 parent 87bd41b commit 8716d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/madara/sources/prismascans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use madara_template::template;

fn get_data() -> template::MadaraSiteData {
template::MadaraSiteData {
base_url: String::from("https://prismascans.net"),
base_url: String::from("https://prismacomics.com"),
description_selector: String::from("div.summary_content_wrap div p"),
alt_ajax: true,
..Default::default()
Expand Down

0 comments on commit 8716d4c

Please sign in to comment.