Elarc Toon: update mangaUrlDirectory (#1341)
This commit is contained in:
parent
0d2056cabf
commit
63c57ec13e
|
@ -3,7 +3,8 @@ ext {
|
||||||
extClass = '.ElarcPage'
|
extClass = '.ElarcPage'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://elarctoon.com'
|
baseUrl = 'https://elarctoon.com'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -6,7 +6,7 @@ class ElarcPage : MangaThemesia(
|
||||||
"Elarc Toon",
|
"Elarc Toon",
|
||||||
"https://elarctoon.com",
|
"https://elarctoon.com",
|
||||||
"en",
|
"en",
|
||||||
"/series",
|
"/readtoons98111",
|
||||||
) {
|
) {
|
||||||
override val id = 5482125641807211052
|
override val id = 5482125641807211052
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue