Remove MangaTak (#3232)
This commit is contained in:
parent
02af60dcf5
commit
5966f9699b
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'MangaTak'
|
|
||||||
extClass = '.MangaTak'
|
|
||||||
themePkg = 'mangathemesia'
|
|
||||||
baseUrl = 'https://mangatak.com'
|
|
||||||
overrideVersionCode = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
|
@ -1,12 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.ar.mangatak
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesiaAlt
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class MangaTak : MangaThemesiaAlt(
|
|
||||||
"MangaTak",
|
|
||||||
"https://mangatak.com",
|
|
||||||
"ar",
|
|
||||||
dateFormat = SimpleDateFormat("MMMM DD, yyyy", Locale("ar")),
|
|
||||||
)
|
|
Loading…
Reference in New Issue