Night Comic: Updated URL (#2304)
* Night Comic: Updated URL Removed "www." from link * Set `useNewChapterEndpoint` to true * Added override for author detail
This commit is contained in:
parent
b2a8c207f7
commit
124ab39685
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Night Comic'
|
||||
extClass = '.NightComic'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.nightcomic.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://nightcomic.com'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -2,4 +2,7 @@ package eu.kanade.tachiyomi.extension.en.nightcomic
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class NightComic : Madara("Night Comic", "https://www.nightcomic.com", "en")
|
||||
class NightComic : Madara("Night Comic", "https://nightcomic.com", "en") {
|
||||
override val useNewChapterEndpoint = true
|
||||
override val mangaDetailsSelectorAuthor = "div.manga-authors > a"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user