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:
parent
384146984b
commit
4f58440542
|
@ -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 |
|
@ -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",
|
||||||
|
)
|
Loading…
Reference in New Issue