Add yomu comics
This commit is contained in:
Hellkaros 2025-02-01 09:34:25 -03:00 committed by Draff
parent f4780ecb11
commit 404bb0dd8c
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 10 additions and 7 deletions

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'SSSScanlator' extName = 'Yomu Comics'
extClass = '.SSSScanlator' extClass = '.YomuComics'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://ssstoons.com' baseUrl = 'https://yomucomics.com'
overrideVersionCode = 4 overrideVersionCode = 5
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -19,15 +19,18 @@ import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
import java.util.concurrent.TimeUnit import java.util.concurrent.TimeUnit
class SSSScanlator : class YomuComics :
MangaThemesia( MangaThemesia(
"SSSScanlator", "Yomu Comics",
"https://ssstoons.com", "https://yomucomics.com",
"pt-BR", "pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")), dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
), ),
ConfigurableSource { ConfigurableSource {
// SSSScanlator
override val id = 1497838059713668619
private val preferences = Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000) private val preferences = Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()