mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add Algodão Doce (#3064)
This commit is contained in:
parent
0bd5fc8006
commit
b6d55f85c9
10
src/pt/algodaodoce/build.gradle
Normal file
10
src/pt/algodaodoce/build.gradle
Normal file
@ -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"
|
BIN
src/pt/algodaodoce/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/algodaodoce/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
BIN
src/pt/algodaodoce/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/algodaodoce/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
BIN
src/pt/algodaodoce/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/algodaodoce/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/pt/algodaodoce/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/algodaodoce/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
src/pt/algodaodoce/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/algodaodoce/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user