Updating URL for WeLoveManga (Weloma formerly "RawLH") (#12610)
* Update WeLoveManga.kt Updating URL for WeLoveManga ("Weloma" formerly "RawLH") * Update FMReaderGenerator.kt * Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/fmreader/FMReaderGenerator.kt Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
parent
07976dcc02
commit
1cf9468e67
|
@ -10,7 +10,7 @@ import org.jsoup.nodes.Document
|
|||
import org.jsoup.nodes.Element
|
||||
import java.nio.charset.Charset
|
||||
|
||||
class WeLoveManga : FMReader("WeLoveManga", "https://weloma.net", "ja") {
|
||||
class WeLoveManga : FMReader("WeLoveManga", "https://weloma.art", "ja") {
|
||||
// Formerly "RawLH"
|
||||
override val id = 7595224096258102519
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ class FMReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Manga-TR", "https://manga-tr.com", "tr", className = "MangaTR", overrideVersionCode = 1),
|
||||
SingleLang("Manhwa18", "https://manhwa18.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
MultiLang("Manhwa18.net", "https://manhwa18.net", listOf("en", "ko"), className = "Manhwa18NetFactory", isNsfw = true),
|
||||
SingleLang("WeLoveManga", "https://weloma.net", "ja", pkgName = "rawlh", overrideVersionCode = 3),
|
||||
SingleLang("WeLoveManga", "https://weloma.art", "ja", pkgName = "rawlh", overrideVersionCode = 4),
|
||||
SingleLang("Say Truyen", "https://saytruyen.net", "vi", overrideVersionCode = 2),
|
||||
SingleLang("ManhuaRock", "https://manhuarock.net", "vi", overrideVersionCode = 1),
|
||||
SingleLang("KSGroupScans", "https://ksgroupscans.com", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue