parent
ad73175a1f
commit
05aebf390a
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Poseidon Scans'
|
||||||
|
extClass = '.PoseidonScans'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://poseidonscans.fr'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.fr.poseidonscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class PoseidonScans : Madara(
|
||||||
|
"PoseidonScans",
|
||||||
|
"https://poseidonscans.fr",
|
||||||
|
"fr",
|
||||||
|
dateFormat = SimpleDateFormat("dd/mm/yyyy", Locale.FRANCE),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue