Skip to content

Commit

Permalink
fix(voidscans, tenshi): update urls (#765)
Browse files Browse the repository at this point in the history
* * Update Voidscans url
* Update Voidscans Source and Version

* fix(Tenshi): update url
  • Loading branch information
NephyMephy authored Sep 28, 2024
1 parent 8fe5f04 commit 202e61b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/tenshi/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "id.tenshi",
"lang": "id",
"name": "Tenshi",
"version": 2,
"url": "https://tenshi.id"
"version": 3,
"url": "https://tenshi.pw"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/tenshi/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://tenshi.id"),
base_url: String::from("https://tenshi.pw"),
chapter_date_format: "MMMM d, yyyy",
traverse_pathname: "komik",
alt_pages: true,
Expand Down
4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/voidscans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "en.voidscans",
"lang": "en",
"name": "VoidScans",
"version": 3,
"url": "https://void-scans.com"
"version": 4,
"url": "https://hivetoon.net"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/voidscans/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://void-scans.com"),
base_url: String::from("https://hivetoon.net"),
//alt_pages: true,
..Default::default()
}
Expand Down

0 comments on commit 202e61b

Please sign in to comment.