add NabiScans (#4613)
This commit is contained in:
parent
9b17442c34
commit
81811577a6
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Nabi Scans'
|
||||
extClass = '.NabiScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://nabiscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -0,0 +1,15 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.nabiscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class NabiScans : Madara(
|
||||
"Nabi Scans",
|
||||
"https://nabiscans.com",
|
||||
"tr",
|
||||
SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
override val popularMangaUrlSelector = "div.chap-title a"
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue