Add Merlin Scans (#2357)

This commit is contained in:
Norsze 2024-04-12 04:18:22 +02:00 committed by Draff
parent 490eab456b
commit 46aa7fd5cf
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Merlin Scans'
extClass = '.MerlinScans'
themePkg = 'madara'
baseUrl = 'https://merlinscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.tr.merlinscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MerlinScans : Madara("Merlin Scans", "https://merlinscans.com", "tr", SimpleDateFormat("MMMM dd, yyyy", Locale("tr"))) {
override val useNewChapterEndpoint = true
}