Add Asura Scans.gg (unoriginal) (#3678)

This commit is contained in:
Vetle Ledaal 2024-06-22 09:29:45 +02:00 committed by Draff
parent 0088545740
commit 10afe22672
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Asura Scans.gg (unoriginal)'
extClass = '.AsuraScansGg'
themePkg = 'madara'
baseUrl = 'https://asurascansgg.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.asurascansgg
import eu.kanade.tachiyomi.multisrc.madara.Madara
class AsuraScansGg : Madara(
"Asura Scans.gg (unoriginal)",
"https://asurascansgg.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}