Remove LiManga (#3546)
This commit is contained in:
parent
10c539c869
commit
6b09f203d7
|
@ -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 |
|
@ -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")),
|
|
||||||
)
|
|
Loading…
Reference in New Issue