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:
Prakash Palanisamy 2022-07-17 19:57:51 +05:30 committed by GitHub
parent 07976dcc02
commit 1cf9468e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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