Add Titan Manga (#2753)
This commit is contained in:
parent
325ec1421c
commit
9572c9f863
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Titan Manga'
|
||||
extClass = '.TitanManga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://titanmanga.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.titanmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class TitanManga : Madara(
|
||||
"Titan Manga",
|
||||
"https://titanmanga.com",
|
||||
"tr",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue