Skip to content

Commit

Permalink
fix: Ozulscans (#403)
Browse files Browse the repository at this point in the history
* add sources: ozulscans

Add:
- Ozulscans (AR - Mangastream)

* fix: ozulscans

fix ozulscans :
- last_page_text
- manga_details_author
  • Loading branch information
naufaljct48 authored Jul 16, 2023
1 parent 7de5f3e commit c528767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/ozulscans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "ar.ozulscans",
"lang": "ar",
"name": "OzulScans",
"version": 1,
"version": 2,
"url": "https://ozulscans.com"
},
"listings": [
Expand Down
4 changes: 3 additions & 1 deletion src/rust/mangastream/sources/ozulscans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ fn get_instance() -> MangaStreamSource {
MangaStreamSource {
base_url: String::from("https://ozulscans.com"),
chapter_date_format: "MMMM d, yyyy",
alt_pages: true,
manga_details_author: ".imptdt:contains(المؤلف) i",
locale: "ar_EH",
last_page_text: "التالي",
alt_pages: true,
..Default::default()
}
}
Expand Down

0 comments on commit c528767

Please sign in to comment.