Add RyujinManga (#2423)
This commit is contained in:
parent
26ddebcc20
commit
dcf3bde0a4
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'RyujinManga'
|
||||
extClass = '.RyujinManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ryujinmanga.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.es.ryujinmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class RyujinManga : MangaThemesia(
|
||||
"RyujinManga",
|
||||
"https://ryujinmanga.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
)
|
Loading…
Reference in New Issue