Remove MangaRosie (#2178)

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

View File

@ -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

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -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"
}