New source: Rezo Scans (#5498)

* rezoscans copied from luascans

* remove trailing slash from base url
This commit is contained in:
Lefan 2024-10-12 21:51:56 -04:00 committed by GitHub
parent 93224914b5
commit 028a92ff55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Rezo Scans'
extClass = '.RezoScans'
themePkg = 'keyoapp'
baseUrl = 'https://rezoscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.rezoscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class RezoScans : Keyoapp(
"Rezo Scans",
"https://rezoscans.com",
"en",
) {
override fun chapterListSelector() = "${super.chapterListSelector()}:not(:has(img[src^='/assets/images/Coin.svg']))"
}