Remove "Merlin Shoujo" (#3771)

This commit is contained in:
Smol Ame 2024-06-28 03:58:31 -07:00 committed by Draff
parent 780089af90
commit 8447cc8635
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 21 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Merlin Shoujo'
extClass = '.MerlinShoujo'
themePkg = 'mangathemesia'
baseUrl = 'https://merlinshoujo.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,12 +0,0 @@
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")),
)