Add Crotpedia (#4489)
* Add CrotPedia This is my first Ext CMIIW * Update CrotPedia.kt
This commit is contained in:
parent
a27b852546
commit
2bab0cccdb
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'CrotPedia'
|
||||
extClass = '.CrotPedia'
|
||||
themePkg = 'zmanga'
|
||||
baseUrl = 'https://crotpedia.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,10 @@
|
|||
package eu.kanade.tachiyomi.extension.id.crotpedia
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class CrotPedia : ZManga("CrotPedia", "https://crotpedia.net", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
|
||||
override val hasProjectPage = false
|
||||
}
|
Loading…
Reference in New Issue