Merge pull request #565 from sandeepjak2007/Issue##561

Issue #561 Leading to non existing page
master
Koitharu 2 years ago committed by GitHub
commit 09e1c14f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,5 +11,5 @@ internal class HuntersScanEn(context: MangaLoaderContext) :
override val withoutAjax = true
override val datePattern = "MM/dd/yyyy"
override val tagPrefix = "series-genre/"
override val listUrl = "series/"
override val listUrl = "manga/"
}

@ -11,5 +11,5 @@ internal class HuntersScan(context: MangaLoaderContext) :
override val withoutAjax = true
override val datePattern = "MM/dd/yyyy"
override val tagPrefix = "series-genre/"
override val listUrl = "series/"
override val listUrl = "manga/"
}

Loading…
Cancel
Save