Add APComics (#8279)

add APComics
This commit is contained in:
Creepler13 2025-03-31 16:40:17 +02:00 committed by Draff
parent 752920a0d4
commit 7457106c23
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'AP Comics'
extClass = '.Apcomics'
themePkg = 'madara'
baseUrl = 'https://apcomics.org'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.apcomics
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Apcomics : Madara(
"AP Comics",
"https://apcomics.org",
"en",
) {
override val useNewChapterEndpoint: Boolean = true
}