Skip to content

Commit

Permalink
Fix shinigami domain
Browse files Browse the repository at this point in the history
- Shinigami changed their domain
- Bump version
  • Loading branch information
naufaljct48 committed Sep 1, 2023
1 parent 3521cca commit 1cdc6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rust/madara/sources/shinigami/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "id.shinigami",
"lang": "id",
"name": "Shinigami",
"version": 3,
"url": "https://shinigami.id",
"version": 4,
"url": "https://shinigami.ae",
"nsfw": 0
},
"listings": [
Expand Down
2 changes: 1 addition & 1 deletion src/rust/madara/sources/shinigami/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 {
let data: template::MadaraSiteData = template::MadaraSiteData {
base_url: String::from("https://shinigami.id"),
base_url: String::from("https://shinigami.ae"),
source_path: String::from("series"),
alt_ajax: true,
..Default::default()
Expand Down

0 comments on commit 1cdc6d1

Please sign in to comment.