MangaShiina: Update baseUrl and rebrand (#2495)
* Update baseUrl and rebrand * Add isNsfw * Fix source name * Keeps package name
|
@ -1,9 +1,10 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'MangaShiina'
|
extName = 'Manga Mukai'
|
||||||
extClass = '.MangaShiina'
|
extClass = '.MangaMukai'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://mangashiina.com'
|
baseUrl = 'https://mangamukai.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
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.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class MangaShiina : MangaThemesia(
|
class MangaMukai : MangaThemesia(
|
||||||
"MangaShiina",
|
"Manga Mukai",
|
||||||
"https://mangashiina.com",
|
"https://mangamukai.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
)
|
) {
|
||||||
|
override val id: Long = 711368877221654433
|
||||||
|
}
|