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 { ext {
extName = 'Drake Scans' extName = 'Drake Scans'
extClass = '.DrakeScans' extClass = '.DrakeScans'
themePkg = 'madara' themePkg = 'mangathemesia'
baseUrl = 'https://drakescans.com' baseUrl = 'https://drakescans.com'
overrideVersionCode = 4 overrideVersionCode = 10
} }
apply from: "$rootDir/common.gradle" 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 package eu.kanade.tachiyomi.extension.en.drakescans
import eu.kanade.tachiyomi.multisrc.madara.Madara import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class DrakeScans : Madara( class DrakeScans : MangaThemesia(
"Drake Scans", "Drake Scans",
"https://drakescans.com", "https://drakescans.com",
"en", "en",
SimpleDateFormat("dd/MM/yyyy", Locale.US),
) { ) {
// madara -> mangathemesia
override val mangaDetailsSelectorTag = "" override val versionId = 2
override val mangaSubString = "series"
} }