Skip to content

Commit

Permalink
Mangastream Update (#449)
Browse files Browse the repository at this point in the history
- AceScans domain are dead
- Mangasol domain are dead
- AresManga changed their domain
- ManhwaFreak Manga changed their domain
- RawKuma add alt_pages
- MasterKomik rebrand to Tenshi.ID
  • Loading branch information
naufaljct48 authored Sep 6, 2023
1 parent b1ef367 commit f488413
Show file tree
Hide file tree
Showing 13 changed files with 185 additions and 237 deletions.
8 changes: 8 additions & 0 deletions src/rust/mangastream/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/aresmanga/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "ar.aresmanga",
"lang": "ar",
"name": "AresManga",
"version": 3,
"url": "https://aresmanga.net"
"version": 4,
"url": "https://aresnov.org"
},
"listings": [
{
Expand Down
3 changes: 1 addition & 2 deletions src/rust/mangastream/sources/aresmanga/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ use mangastream_template::template::MangaStreamSource;
fn get_instance() -> MangaStreamSource {
MangaStreamSource {
listing: ["الرائج", "آخر", "جَديد"],
base_url: String::from("https://aresmanga.net"),
base_url: String::from("https://aresnov.org"),
last_page_text: "التالي",
traverse_pathname: "series",
manga_details_author: ".imptdt:contains(المؤلف) i",
chapter_date_format: "MMMM d, yyyy",
locale: "ar_EH",
alt_pages: true,
..Default::default()
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/manhwafreakmanga/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "en.manhwafreakmanga",
"lang": "en",
"name": "Manhwa Freak Manga",
"version": 1,
"url": "https://manhwa-freak.com"
"version": 2,
"url": "https://freakcomic.com"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/manhwafreakmanga/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://manhwa-freak.com"),
base_url: String::from("https://freakcomic.com"),
alt_pages: true,
..Default::default()
}
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/rawkuma/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "ja.rawkuma",
"lang": "ja",
"name": "Rawkuma",
"version": 1,
"version": 2,
"url": "https://rawkuma.com"
},
"listings": [
Expand Down
1 change: 1 addition & 0 deletions src/rust/mangastream/sources/rawkuma/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://rawkuma.com"),
protocol: true,
alt_pages: true,
..Default::default()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "masterkomik"
name = "tenshi"
version = "0.1.0"
edition = "2021"
publish = false
Expand Down
Binary file added src/rust/mangastream/sources/tenshi/res/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f488413

Please sign in to comment.