Skip to content

Commit

Permalink
Add CasaComic (#7116)
Browse files Browse the repository at this point in the history
* Add CasaComic

* small mistake

* fix

* Update src/en/casacomic/build.gradle

---------

Co-authored-by: Vetle Ledaal <[email protected]>
  • Loading branch information
mrtear and vetleledaal authored Jan 11, 2025
1 parent 1266b52 commit 4e7aef3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/en/casacomic/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Casa Comic'
extClass = '.CasaComic'
themePkg = 'keyoapp'
baseUrl = 'https://casacomic.com'
overrideVersionCode = 0
isNsfw = false
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/casacomic/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/casacomic/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.
Binary file added src/en/casacomic/res/mipmap-xhdpi/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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package eu.kanade.tachiyomi.extension.en.casacomic

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

class CasaComic : Keyoapp(
"Casa Comic",
"https://casacomic.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 4e7aef3

Please sign in to comment.