Remove MangaTak (#3232)

This commit is contained in:
Chopper 2024-05-26 04:56:15 -03:00 committed by Draff
parent 02af60dcf5
commit 5966f9699b
7 changed files with 0 additions and 21 deletions

View File

@ -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

View File

@ -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")),
)