Remove LiManga (#3546)

This commit is contained in:
Chopper 2024-06-14 04:28:41 -03:00 committed by Draff
parent 10c539c869
commit 6b09f203d7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
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.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,12 +0,0 @@
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")),
)