Add Mangas Scans (#2581)

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

View File

@ -0,0 +1,9 @@
ext {
extName = 'Mangas Scans'
extClass = '.MangasScans'
themePkg = 'mangathemesia'
baseUrl = 'https://mangas-scans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.fr.mangasscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangasScans : MangaThemesia("Mangas Scans", "https://mangas-scans.com", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))