mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
add NabiScans (#4613)
This commit is contained in:
parent
fe4ecfc224
commit
8e20f9250f
9
src/tr/nabiscans/build.gradle
Normal file
9
src/tr/nabiscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Nabi Scans'
|
||||
extClass = '.NabiScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://nabiscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/nabiscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/nabiscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/tr/nabiscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/nabiscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
src/tr/nabiscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/nabiscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/tr/nabiscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/nabiscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/tr/nabiscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/nabiscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user