Init2
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
multisrc/overrides/madara/shadowtrad/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/shadowtrad/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
12
multisrc/overrides/madara/shadowtrad/src/Shadowtrad.kt
Normal file
12
multisrc/overrides/madara/shadowtrad/src/Shadowtrad.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
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 = ""
|
||||
}
|
||||
Reference in New Issue
Block a user