Remove Hikari Scan (#6620)
This commit is contained in:
parent
9fbaf1d455
commit
e55e571055
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
|
@ -1,8 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.hikariscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
|
||||
class HikariScan : WPMangaReader("Hikari Scan", "https://hikariscan.com.br", "pt-BR", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("pt")))
|
|
@ -12,7 +12,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
override val baseVersionCode: Int = 4
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("Hikari Scan", "https://hikariscan.com.br", "pt-BR", overrideVersionCode = 1),
|
||||
|
||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||
SingleLang("MangaKita", "https://mangakita.net", "id"),
|
||||
SingleLang("Ngomik", "https://ngomik.net", "id"),
|
||||
|
|
Loading…
Reference in New Issue