Remove MangaRosie ()

This commit is contained in:
Vetle Ledaal 2024-03-30 12:58:02 +00:00 committed by Draff
parent 79bd3dbcca
commit 0bbc41ee11
7 changed files with 0 additions and 18 deletions
src/en/mangarosie
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/mangarosie

@ -1,10 +0,0 @@
ext {
extName = 'MangaRosie'
extClass = '.MangaRosie'
themePkg = 'madara'
baseUrl = 'https://mangarosie.in'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

(image error) Size: 5.1 KiB

Binary file not shown.

Before

(image error) Size: 2.6 KiB

Binary file not shown.

Before

(image error) Size: 8.0 KiB

Binary file not shown.

Before

(image error) Size: 15 KiB

Binary file not shown.

Before

(image error) Size: 25 KiB

@ -1,8 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangarosie
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaRosie : Madara("MangaRosie", "https://mangarosie.in", "en") {
override val useNewChapterEndpoint = false
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
}