Drake: move to MangaThemesia (#2370)
|
@ -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"
|
||||
|
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 41 KiB |
|
@ -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
|
||||
}
|
||||
|
|