Skip to content

Commit

Permalink
fix(GalaxyTL): use manga instead of novel
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Mar 24, 2024
1 parent 6f4c2a2 commit 04f866a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"imageURL": "https://github.com/noaione/shosetsu-extensions/raw/dev/icons/GalaxyTL.png",
"id": 4212306,
"lang": "en",
"ver": "0.1.0",
"ver": "0.1.1",
"libVer": "1.0.0",
"md5": "",
"disableTest": true
Expand Down
33 changes: 28 additions & 5 deletions src/en/GalaxyTranslations.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- {"id":4212306,"ver":"0.1.0","libVer":"1.0.0","author":"N4O","dep":["Madara>=2.9.0"]}
-- {"id":4212306,"ver":"0.1.1","libVer":"1.0.0","author":"N4O","dep":["Madara>=2.9.0"]}

return Require("Madara")("https://galaxytranslations97.com", {
id = 4212306,
Expand All @@ -12,9 +12,32 @@ return Require("Madara")("https://galaxytranslations97.com", {
-- There are paid chapters, we can ignore it
chaptersListSelector= "li.wp-manga-chapter.free-chap",

-- genres = {
-- "Chinese Novel",
-- "Japanese Novel",
-- "Korean Novel",
-- },

genres = {
"Chinese Novel",
"Japanese Novel",
"Korean Novel",
}
"Action",
"Adventure",
"Comedy",
"Drama",
"Ecchi",
"Fantasy",
"Harem",
"Mecha",
"Romance",
"School Life",
"Sci-fi",
"Shoujo",
"Shounen",
"Shounen Ai",
"Slice of Life",
"Supernatural",
"Yaoi"
},

shrinkURLNovel = "manga",
novelListingURLPath = "manga",
})

0 comments on commit 04f866a

Please sign in to comment.