Add Dream Scan (#3225)
* Add Dream Scan * Added `Em Progresso` to "Ongoing" (didn't bump)
This commit is contained in:
parent
9c5e1b3482
commit
89f53742bb
@ -622,7 +622,7 @@ abstract class Madara(
|
|||||||
"Em Andamento", "En cours", "En Cours", "En cours de publication", "Ativo", "Lançando", "Đang Tiến Hành", "Devam Ediyor",
|
"Em Andamento", "En cours", "En Cours", "En cours de publication", "Ativo", "Lançando", "Đang Tiến Hành", "Devam Ediyor",
|
||||||
"Devam ediyor", "In Corso", "In Arrivo", "مستمرة", "مستمر", "En Curso", "En curso", "Emision",
|
"Devam ediyor", "In Corso", "In Arrivo", "مستمرة", "مستمر", "En Curso", "En curso", "Emision",
|
||||||
"Curso", "En marcha", "Publicandose", "En emision", "连载中", "Em Lançamento", "Devam Ediyo",
|
"Curso", "En marcha", "Publicandose", "En emision", "连载中", "Em Lançamento", "Devam Ediyo",
|
||||||
"Đang làm", "Em postagem", "Devam Eden",
|
"Đang làm", "Em postagem", "Devam Eden", "Em progresso",
|
||||||
)
|
)
|
||||||
|
|
||||||
protected val hiatusStatusList: Array<String> = arrayOf(
|
protected val hiatusStatusList: Array<String> = arrayOf(
|
||||||
|
9
src/pt/dreamscan/build.gradle
Normal file
9
src/pt/dreamscan/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Dream Scan'
|
||||||
|
extClass = '.DreamScan'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://dreamscan.com.br'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/dreamscan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/dreamscan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
src/pt/dreamscan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/dreamscan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/pt/dreamscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/dreamscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
src/pt/dreamscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/dreamscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/pt/dreamscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/dreamscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.pt.dreamscan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class DreamScan : Madara(
|
||||||
|
"Dream Scan",
|
||||||
|
"https://dreamscan.com.br",
|
||||||
|
"pt-br",
|
||||||
|
SimpleDateFormat("MMMM d, yyyy", Locale("pt", "br")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user