Add Arya Scans (#2624)
This commit is contained in:
parent
1c07987326
commit
c6e6fc9aaa
10
src/en/aryascans/build.gradle
Normal file
10
src/en/aryascans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Arya Scans'
|
||||||
|
extClass = '.AryaScans'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://aryascans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/aryascans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/aryascans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
src/en/aryascans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/aryascans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/en/aryascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/aryascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/en/aryascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/aryascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
src/en/aryascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/aryascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.aryascans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class AryaScans : Madara(
|
||||||
|
"Arya Scans",
|
||||||
|
"https://aryascans.com",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val popularMangaUrlSelector = "${super.popularMangaUrlSelector}:not([href=New]):not([target=_self])"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user