parent
61e0817e90
commit
47aadb3873
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Merlin Shoujo'
|
||||
extClass = '.MerlinShoujo'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://merlinshoujo.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.merlinshoujo
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MerlinShoujo : MangaThemesia(
|
||||
"Merlin Shoujo",
|
||||
"https://merlinshoujo.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
|
||||
)
|
Loading…
Reference in New Issue