Add Algodão Doce (#3064)
This commit is contained in:
parent
d4191959e4
commit
4b8fd246c4
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Algodão Doce'
|
||||||
|
extClass = '.AlgodaoDoce'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://algodaodocescan.com.br'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
|
@ -0,0 +1,15 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.pt.algodaodoce
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class AlgodaoDoce : Madara(
|
||||||
|
"Algodão Doce",
|
||||||
|
"https://algodaodocescan.com.br",
|
||||||
|
"pt-BR",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue