Skip to content

Commit

Permalink
Update Domain Name
Browse files Browse the repository at this point in the history
  • Loading branch information
momomosm authored Dec 19, 2024
1 parent 0f7854f commit cee134d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ReadcomicNet : ParsedHttpSource() {

override val name = "ReadComicNet"

override val baseUrl = "https://readcomic.net"
override val baseUrl = "https://readcomic.me"

override val lang = "en"

Expand Down Expand Up @@ -149,7 +149,7 @@ class ReadcomicNet : ParsedHttpSource() {
override fun imageUrlParse(document: Document): String = ""

// [...document.querySelectorAll(".search-checks li")].map((el) => `Genre("${el.innerText}", "${el.innerText.replaceAll(" ","+")}")`).join(',\n')
// on https://readcomic.net/advanced-search
// on https://readcomic.me/advanced-search
private fun getGenreList() = listOf(
Genre("Marvel", "Marvel"),
Genre("DC Comics", "DC+Comics"),
Expand Down

0 comments on commit cee134d

Please sign in to comment.