Skip to content

Commit

Permalink
manhwa18.com -> manhwa18.net
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Nov 2, 2024
1 parent 2f06ebf commit 18ead8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import me.devsaki.hentoid.enums.Site
class Manhwa18Activity : BaseWebActivity() {

companion object {
const val GALLERY_PATTERN = "//manhwa18.com/manga/[%\\w\\-]+$"
const val GALLERY_PATTERN = "//manhwa18.net/manga/[%\\w\\-]+$"

private const val DOMAIN_FILTER = "manhwa18.com"
private const val DOMAIN_FILTER = "manhwa18.net"
private val GALLERY_FILTER =
arrayOf(GALLERY_PATTERN, GALLERY_PATTERN.replace("$", "") + "/chap")
private val JS_WHITELIST = arrayOf(DOMAIN_FILTER)
Expand Down

0 comments on commit 18ead8c

Please sign in to comment.