Shadowtrad: Remove extension (#8338)

This commit is contained in:
KirinRaikage 2025-04-04 09:12:44 +02:00 committed by Draff
parent dd95e39ebc
commit 1233a3199a
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -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 = ""
}