Remove Romantik Manga (replace with Webtoon Hatti) (#9927)
This commit is contained in:
parent
847ad8c44f
commit
fd494a9fa7
@ -1,10 +0,0 @@
|
|||||||
ext {
|
|
||||||
extName = 'Romantik Manga'
|
|
||||||
extClass = '.RomantikManga'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://romantikmanga.com'
|
|
||||||
overrideVersionCode = 0
|
|
||||||
isNsfw = false
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
@ -1,14 +0,0 @@
|
|||||||
package eu.kanade.tachiyomi.extension.tr.romantikmanga
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class RomantikManga : Madara(
|
|
||||||
"Romantik Manga",
|
|
||||||
"https://romantikmanga.com",
|
|
||||||
"tr",
|
|
||||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
|
||||||
) {
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user