Add manhwas.es (#6216)
* Add manhwas.es * Add isNsfw * suggested change Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * remove rate limit --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
parent
0b29192c10
commit
5e34b3aaee
10
src/es/manhwases/build.gradle
Normal file
10
src/es/manhwases/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Manhwas.es'
|
||||||
|
extClass = '.ManhwasEs'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://www.manhwas.es'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/manhwases/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/manhwases/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/es/manhwases/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/manhwases/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/es/manhwases/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/manhwases/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
src/es/manhwases/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhwases/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/es/manhwases/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhwases/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.manhwases
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class ManhwasEs : Madara(
|
||||||
|
"Manhwas.es",
|
||||||
|
"https://manhwas.es",
|
||||||
|
"es",
|
||||||
|
dateFormat = SimpleDateFormat("MMM dd, yy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user