Remove ScanHentaiFR (#5268)

This commit is contained in:
Chopper 2024-09-28 03:33:53 -03:00 committed by Draff
parent bacae6ab8e
commit 38c3ab9647
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 17 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Scan Hentai FR'
extClass = '.ScanHentaiFR'
themePkg = 'madara'
baseUrl = 'https://scan-hentai.fr'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.fr.scanhentaifr
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ScanHentaiFR : Madara("Scan Hentai FR", "https://scan-hentai.fr", "fr", dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.FRENCH))