change URL and override mangaSubString (#1281)
This commit is contained in:
parent
dc3bddb317
commit
03b9df50ff
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Novels Town'
|
extName = 'Novels Town'
|
||||||
extClass = '.NovelsTown'
|
extClass = '.NovelsTown'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://novelstown.cyou'
|
baseUrl = 'https://novelstown.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -2,4 +2,6 @@ package eu.kanade.tachiyomi.extension.ar.novelstown
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
class NovelsTown : Madara("Novels Town", "https://novelstown.cyou", "ar")
|
class NovelsTown : Madara("Novels Town", "https://novelstown.com", "ar") {
|
||||||
|
override val mangaSubString = "الاعمال"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue