| @ -1,9 +1,9 @@ | ||||
| ext { | ||||
|     extName = 'SSSScanlator' | ||||
|     extClass = '.SSSScanlator' | ||||
|     extName = 'Yomu Comics' | ||||
|     extClass = '.YomuComics' | ||||
|     themePkg = 'mangathemesia' | ||||
|     baseUrl = 'https://ssstoons.com' | ||||
|     overrideVersionCode = 4 | ||||
|     baseUrl = 'https://yomucomics.com' | ||||
|     overrideVersionCode = 5 | ||||
| } | ||||
| 
 | ||||
| apply from: "$rootDir/common.gradle" | ||||
|  | ||||
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.5 KiB | 
| Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.5 KiB | 
| Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.2 KiB | 
| Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB | 
| Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 16 KiB | 
| @ -19,15 +19,18 @@ import java.text.SimpleDateFormat | ||||
| import java.util.Locale | ||||
| import java.util.concurrent.TimeUnit | ||||
| 
 | ||||
| class SSSScanlator : | ||||
| class YomuComics : | ||||
|     MangaThemesia( | ||||
|         "SSSScanlator", | ||||
|         "https://ssstoons.com", | ||||
|         "Yomu Comics", | ||||
|         "https://yomucomics.com", | ||||
|         "pt-BR", | ||||
|         dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")), | ||||
|     ), | ||||
|     ConfigurableSource { | ||||
| 
 | ||||
|     // SSSScanlator | ||||
|     override val id = 1497838059713668619 | ||||
| 
 | ||||
|     private val preferences = Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000) | ||||
| 
 | ||||
|     override val client: OkHttpClient = super.client.newBuilder() | ||||
 Hellkaros
						Hellkaros