| @ -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" | ||||||
|  | |||||||
| 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.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() | ||||||
 Hellkaros
						Hellkaros