Remove Romantik Manga (replace with Webtoon Hatti) (#9927)

This commit is contained in:
Vetle Ledaal 2025-08-03 10:26:08 +02:00 committed by Draff
parent 847ad8c44f
commit fd494a9fa7
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 24 deletions

View File

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

View File

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