Skip to content

Commit

Permalink
PoseidonScans add (#7003)
Browse files Browse the repository at this point in the history
* add poseidon scans

* rename
  • Loading branch information
dngonz authored Jan 6, 2025
1 parent 1467ce3 commit 4db7102
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/fr/poseidonscans/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 4db7102

Please sign in to comment.