Elarc Toon: update mangaUrlDirectory (#1341)

This commit is contained in:
Vetle Ledaal 2024-02-17 18:42:16 +00:00 committed by Draff
parent 0d2056cabf
commit 63c57ec13e
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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
} }