Skip to content

Commit

Permalink
feat(luminousscans): use postids
Browse files Browse the repository at this point in the history
  • Loading branch information
KaBankz committed Aug 23, 2023
1 parent baa4075 commit 7aa3337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/luminousscans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "en.luminousscans",
"lang": "en",
"name": "Luminous Scans",
"version": 6,
"version": 7,
"url": "https://luminousscans.com"
},
"listings": [
Expand Down
1 change: 1 addition & 0 deletions src/rust/mangastream/sources/luminousscans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use mangastream_template::template::MangaStreamSource;

fn get_instance() -> MangaStreamSource {
MangaStreamSource {
use_postids: true,
base_url: String::from("https://luminousscans.com"),
traverse_pathname: "series",
alt_pages: true,
Expand Down

0 comments on commit 7aa3337

Please sign in to comment.