Skip to content

Commit

Permalink
Add HianatoScan (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored Dec 30, 2024
1 parent 0cb8762 commit ee90929
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pt/hianatoscan/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Hianato Scan'
extClass = '.HianatoScan'
themePkg = 'madara'
baseUrl = 'https://hianatoscan.top'
overrideVersionCode = 0
}

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.pt.hianatoscan

import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale

class HianatoScan : Madara(
"Hianato Scan",
"https://hianatoscan.top",
"pt-BR",
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
) {
override val useNewChapterEndpoint = true
}

0 comments on commit ee90929

Please sign in to comment.