Add Asura Scans.gg (unoriginal) (#3678)
This commit is contained in:
parent
0088545740
commit
10afe22672
10
src/en/asurascansgg/build.gradle
Normal file
10
src/en/asurascansgg/build.gradle
Normal 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"
|
BIN
src/en/asurascansgg/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansgg/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/en/asurascansgg/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansgg/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
src/en/asurascansgg/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansgg/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/en/asurascansgg/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansgg/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/en/asurascansgg/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansgg/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user