Skip to content

Commit

Permalink
Mangastream Update (#437)
Browse files Browse the repository at this point in the history
- Fix Kanzenin new domain
- Fix Sekaikomik new domain
- Fix Manhwalist new domain
- Fix Mangasusu new domain
- Remove Miraiscans (Inactive)
  • Loading branch information
naufaljct48 authored Sep 1, 2023
1 parent 3521cca commit 527b4bb
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 479 deletions.
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/kanzenin/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "id.kanzenin",
"lang": "id",
"name": "Kanzenin",
"version": 2,
"url": "https://kanzenin.xyz/",
"version": 3,
"url": "https://kanzenin.info",
"nsfw": 2
},
"listings": [
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/kanzenin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mangastream_template::template::MangaStreamSource;

fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://kanzenin.xyz/"),
base_url: String::from("https://kanzenin.info"),
is_nsfw: true,
chapter_date_format: "MMMM d, yyyy",
locale: "id",
Expand Down
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/mangasusu/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "id.mangasusu",
"lang": "id",
"name": "Mangasusu",
"version": 2,
"url": "https://92.84.132.251",
"version": 3,
"url": "https://mangasusuku.xyz",
"nsfw": 2
},
"listings": [
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/mangasusu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mangastream_template::template::MangaStreamSource;

fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://92.84.132.251"),
base_url: String::from("https://mangasusuku.xyz"),
traverse_pathname: "komik",
is_nsfw: true,
manga_details_author: "td:contains(Author)+td",
Expand Down
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/manhwalist/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "id.manhwalist",
"lang": "id",
"name": "Manhwalist",
"version": 2,
"url": "https://manhwalist.xyz"
"version": 3,
"url": "https://manhwalist.com"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/manhwalist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mangastream_template::template::MangaStreamSource;

fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://manhwalist.xyz"),
base_url: String::from("https://manhwalist.com"),
chapter_date_format: "MMMM d, yyyy",
locale: "en",
alt_pages: true,
Expand Down
12 changes: 0 additions & 12 deletions src/rust/mangastream/sources/miraiscans/Cargo.toml

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 527b4bb

Please sign in to comment.