Add LiManga (#1346)

* Add LiManga

* Add isNsfw
This commit is contained in:
Chopper 2024-02-18 07:54:14 -03:00 committed by Draff
parent 2de6f14215
commit 913ceb3017
7 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Li Manga'
extClass = '.LiManga'
themePkg = 'mangathemesia'
baseUrl = 'https://limanga.net'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.pt.limanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class LiManga : MangaThemesia(
"Li Manga",
"https://limanga.net",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
)