Elarc Toon: update mangaUrlDirectory (#1341)

This commit is contained in:
Vetle Ledaal 2024-02-17 18:42:16 +00:00 committed by GitHub
parent 1dc2b6f47f
commit 7f8ab93a23
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ ext {
extClass = '.ElarcPage'
themePkg = 'mangathemesia'
baseUrl = 'https://elarctoon.com'
overrideVersionCode = 2
overrideVersionCode = 3
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ class ElarcPage : MangaThemesia(
"Elarc Toon",
"https://elarctoon.com",
"en",
"/series",
"/readtoons98111",
) {
override val id = 5482125641807211052
}