Remove ShoujoHearts (#4591)
This commit is contained in:
parent
afe6556c25
commit
5376efd5a7
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'ShoujoHearts'
|
|
||||||
extClass = '.ShoujoHearts'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://shoujohearts.com'
|
|
||||||
overrideVersionCode = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
|
@ -1,10 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.shoujohearts
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
|
|
||||||
class ShoujoHearts : Madara("ShoujoHearts", "https://shoujohearts.com", "en") {
|
|
||||||
|
|
||||||
override val mangaSubString = "reader/manga"
|
|
||||||
|
|
||||||
override fun searchPage(page: Int): String = "reader/page/$page/"
|
|
||||||
}
|
|
Loading…
Reference in New Issue