MangaShiina: Update baseUrl and rebrand (#2495)
* Update baseUrl and rebrand * Add isNsfw * Fix source name * Keeps package name
|
@ -1,9 +1,10 @@
|
|||
ext {
|
||||
extName = 'MangaShiina'
|
||||
extClass = '.MangaShiina'
|
||||
extName = 'Manga Mukai'
|
||||
extClass = '.MangaMukai'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangashiina.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://mangamukai.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 42 KiB |
|
@ -4,9 +4,11 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
|||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaShiina : MangaThemesia(
|
||||
"MangaShiina",
|
||||
"https://mangashiina.com",
|
||||
class MangaMukai : MangaThemesia(
|
||||
"Manga Mukai",
|
||||
"https://mangamukai.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
)
|
||||
) {
|
||||
override val id: Long = 711368877221654433
|
||||
}
|