Add ReaperTrans (#4661)

* Add ReaperTrans

* Use naked domain instead of www prefix

* Fix wrong date format from Thai to English

* Remove redundant default argument from constructor
This commit is contained in:
iloverabbit 2024-08-17 21:53:22 +07:00 committed by Draff
parent 384146984b
commit 4f58440542
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'ReaperTrans'
extClass = '.ReaperTrans'
themePkg = 'mangathemesia'
baseUrl = 'https://reapertrans.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.th.reapertrans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class ReaperTrans : MangaThemesia(
"ReaperTrans",
"https://reapertrans.com",
"th",
)