add Source CrystalComics "pt-br" (#1702)
* add CrystalComics * Update src/pt/crystalcomics/build.gradle Fiz newline Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Update src/pt/crystalcomics/src/CrystalComics.kt Fix newline again Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
parent
84664872c4
commit
536e080aec
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'CrystalComics'
|
||||||
|
extClass = '.CrystalComics'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://crystalcomics.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.3 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.pt.CrystalComics
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class CrystalComics : Madara(
|
||||||
|
"Crystal Comics",
|
||||||
|
"https://crystalcomics.com",
|
||||||
|
"pt-BR",
|
||||||
|
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue