Add Rimu Scans (#2586)

This commit is contained in:
KirinRaikage 2024-04-27 10:34:51 +02:00 committed by Draff
parent 226766fdd0
commit 4abf193718
7 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Rimu Scans'
extClass = '.RimuScans'
themePkg = 'mangathemesia'
baseUrl = 'https://rimuscans.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 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,7 @@
package eu.kanade.tachiyomi.extension.fr.rimuscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class RimuScans : MangaThemesia("Rimu Scans", "https://rimuscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))