Add Crotpedia (#4489)

* Add CrotPedia

This is my first Ext
CMIIW

* Update CrotPedia.kt
This commit is contained in:
TheKingTermux 2024-08-08 09:30:21 +07:00 committed by Draff
parent a27b852546
commit 2bab0cccdb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -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
}