Skip to content

Commit

Permalink
Add ValirScans (#7473)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtear authored Feb 3, 2025
1 parent f529531 commit 9209301
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/en/valirscans/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Valir Scans'
extClass = '.ValirScans'
themePkg = 'keyoapp'
baseUrl = 'https://valirscans.com'
overrideVersionCode = 0
isNsfw = false
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/valirscans/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/en/valirscans/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package eu.kanade.tachiyomi.extension.en.valirscans

import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp

class ValirScans : Keyoapp(
"Valir Scans",
"https://valirscans.com",
"en",
) {
override val descriptionSelector: String = "div.grid > div.overflow-hidden > p"
override val statusSelector: String = "div[alt=Status]"
override val authorSelector: String = "div[alt=Author]"
override val artistSelector: String = "div[alt=Artist]"
override val genreSelector: String = "div[alt='Series Type']"
}

0 comments on commit 9209301

Please sign in to comment.