Remove ShoujoHearts (#4591)

This commit is contained in:
Chopper 2024-08-12 22:41:17 -03:00 committed by Draff
parent afe6556c25
commit 5376efd5a7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 19 deletions

View File

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

View File

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