Remove Asure Scans.gg (unoriginal) (#6738)
This commit is contained in:
parent
c8654953b2
commit
10542c7aa4
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue