Init2
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
multisrc/overrides/madara/romantikmanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/romantikmanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
14
multisrc/overrides/madara/romantikmanga/src/RomantikManga.kt
Normal file
14
multisrc/overrides/madara/romantikmanga/src/RomantikManga.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user