Add RyujinManga (#2423)

This commit is contained in:
bapeey 2024-04-15 05:46:08 -05:00 committed by GitHub
parent 3eb65c47e4
commit ba50927fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 0 deletions

View File

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

View File

@ -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")),
)