Add MangaTR.net (#2890)
This commit is contained in:
parent
ad275eb542
commit
5727e8a8aa
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'MangaTR.net'
|
||||
extClass = '.MangaTRNet'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangatr.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.mangatrnet
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class MangaTRNet : Madara(
|
||||
"MangaTR.net",
|
||||
"https://mangatr.net",
|
||||
"tr",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue