Add Manga-Titan (#2948)
This commit is contained in:
parent
56a10df09d
commit
43a3249da3
src/th/mangatitan
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/th/mangatitan
10
src/th/mangatitan/build.gradle
Normal file
10
src/th/mangatitan/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Manga-Titan'
|
||||||
|
extClass = '.MangaTitan'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://manga-titans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/th/mangatitan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/mangatitan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 8.9 KiB |
BIN
src/th/mangatitan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/mangatitan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.3 KiB |
BIN
src/th/mangatitan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/mangatitan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 15 KiB |
BIN
src/th/mangatitan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/mangatitan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 32 KiB |
BIN
src/th/mangatitan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/mangatitan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 55 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.th.mangatitan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class MangaTitan : Madara(
|
||||||
|
"Manga-Titan",
|
||||||
|
"https://manga-titans.com",
|
||||||
|
"th",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user