Remove Asure Scans.gg (unoriginal) (#6738)

This commit is contained in:
Vetle Ledaal 2024-12-22 06:22:49 +01:00 committed by Draff
parent c8654953b2
commit 10542c7aa4
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
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.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,12 +0,0 @@
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
}