Drake: move to MangaThemesia (#2370)
|
@ -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"
|
||||||
|
|
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
|
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"
|
|
||||||
}
|
}
|
||||||
|
|