mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
New source: Rezo Scans (#5498)
* rezoscans copied from luascans * remove trailing slash from base url
This commit is contained in:
parent
93224914b5
commit
028a92ff55
10
src/en/rezoscans/build.gradle
Normal file
10
src/en/rezoscans/build.gradle
Normal 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"
|
BIN
src/en/rezoscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/rezoscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/rezoscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/rezoscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/en/rezoscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/rezoscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
src/en/rezoscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/rezoscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/en/rezoscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/rezoscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -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']))"
|
||||
}
|
Loading…
Reference in New Issue
Block a user