Add Titan Manga (#2753)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:32:02 +00:00 committed by GitHub
parent d514f3f1c4
commit a58c61b732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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
}