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
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
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…
Reference in New Issue