Add Titan Manga (#2753)
This commit is contained in:
parent
325ec1421c
commit
9572c9f863
src/tr/titanmanga
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/tr/titanmanga
|
@ -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 ![]() (image error) Size: 8.0 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.0 KiB |
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
Binary file not shown.
After ![]() (image error) Size: 25 KiB |
Binary file not shown.
After ![]() (image error) 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