Add Arya Scans (#2624)
This commit is contained in:
parent
1c07987326
commit
c6e6fc9aaa
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
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…
Reference in New Issue