parent
d075391602
commit
8f7c89db70
10
src/tr/deccalscans/build.gradle
Normal file
10
src/tr/deccalscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Deccal Scans'
|
||||||
|
extClass = '.DeccalScans'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://deccalscans.net'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/deccalscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/deccalscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/tr/deccalscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/deccalscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
src/tr/deccalscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/deccalscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
src/tr/deccalscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/deccalscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/tr/deccalscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/deccalscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.deccalscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class DeccalScans : Madara(
|
||||||
|
"Deccal Scans",
|
||||||
|
"https://deccalscans.net",
|
||||||
|
"tr",
|
||||||
|
SimpleDateFormat("dd MMM yyyy", Locale("tr")),
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val mangaDetailsSelectorDescription = ".manga-summary p"
|
||||||
|
override val mangaDetailsSelectorAuthor = ".manga-authors a"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user