Remove MangaRosie (#2178)
This commit is contained in:
parent
79bd3dbcca
commit
0bbc41ee11
|
@ -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 |
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue