Move ComicsValley to multi-language (#4904)

This commit is contained in:
Cuong-Tran 2024-09-04 21:17:37 +07:00 committed by GitHub
parent a4f31ded01
commit fa258a905b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -5,9 +5,10 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
class ComicsValley : Madara(
"Comics Valley",
"https://comicsvalley.com",
"hi",
"all",
) {
override val mangaSubString = "comics-new"
override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val id = 1103204227230640533
}