Drake: move to MangaThemesia (#2370)

This commit is contained in:
AwkwardPeak7 2024-04-13 13:11:45 +05:00 committed by Draff
parent a009e6b4d1
commit 955c098d8e
7 changed files with 6 additions and 11 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Drake Scans'
extClass = '.DrakeScans'
themePkg = 'madara'
themePkg = 'mangathemesia'
baseUrl = 'https://drakescans.com'
overrideVersionCode = 4
overrideVersionCode = 10
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,17 +1,12 @@
package eu.kanade.tachiyomi.extension.en.drakescans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class DrakeScans : Madara(
class DrakeScans : MangaThemesia(
"Drake Scans",
"https://drakescans.com",
"en",
SimpleDateFormat("dd/MM/yyyy", Locale.US),
) {
override val mangaDetailsSelectorTag = ""
override val mangaSubString = "series"
// madara -> mangathemesia
override val versionId = 2
}