Add Lich Mangas (#2644)
This commit is contained in:
parent
5db5f710dd
commit
07c41e78fb
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Lich Mangas'
|
||||||
|
extClass = '.LichMangas'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://lichmangas.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.pt.lichmangas
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class LichMangas : Madara(
|
||||||
|
"Lich Mangas",
|
||||||
|
"https://lichmangas.com",
|
||||||
|
"pt-BR",
|
||||||
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue