Shadowtrad: Remove extension (#8338)
This commit is contained in:
parent
dd95e39ebc
commit
1233a3199a
@ -1,10 +0,0 @@
|
|||||||
ext {
|
|
||||||
extName = 'Shadowtrad'
|
|
||||||
extClass = '.Shadowtrad'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://shadowtrad.net'
|
|
||||||
overrideVersionCode = 0
|
|
||||||
isNsfw = false
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -1,12 +0,0 @@
|
|||||||
package eu.kanade.tachiyomi.extension.fr.shadowtrad
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class Shadowtrad : Madara("Shadowtrad", "https://shadowtrad.net", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRANCE)) {
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
override val mangaDetailsSelectorAuthor = "div.manga-authors > a"
|
|
||||||
override val mangaDetailsSelectorDescription = "div.manga-summary > .description, div.manga-summary"
|
|
||||||
override val chapterUrlSuffix = ""
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user