Add MangaTR.net ()

This commit is contained in:
Vetle Ledaal 2024-05-09 15:09:38 +00:00 committed by Draff
parent ad275eb542
commit 5727e8a8aa
7 changed files with 22 additions and 0 deletions
src/tr/mangatrnet
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/tr/mangatrnet

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

(image error) Size: 10 KiB

Binary file not shown.

After

(image error) Size: 4.8 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

Binary file not shown.

After

(image error) Size: 35 KiB

Binary file not shown.

After

(image error) 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
}