Add Arya Scans (#2624)

This commit is contained in:
Vetle Ledaal 2024-04-28 03:13:07 +00:00 committed by GitHub
parent c9e3662f76
commit 56adcf1591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 23 additions and 0 deletions

View 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"

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

View File

@ -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])"
}