Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from sandeepjak2007/Issue#26
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jan 16, 2024
2 parents 5e3eff9 + e4ec571 commit 91a1984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient

class WestManga : MangaThemesia("West Manga", "https://westmanga.org", "id") {
class WestManga : MangaThemesia("West Manga", "https://westmanga.fun", "id") {
// Formerly "West Manga (WP Manga Stream)"
override val id = 8883916630998758688

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Uzay Manga", "https://uzaymanga.com", "tr", overrideVersionCode = 6),
SingleLang("VF Scan", "https://www.vfscan.cc", "fr"),
SingleLang("Walpurgi Scan", "https://www.walpurgiscan.it", "it", overrideVersionCode = 7, className = "WalpurgisScan", pkgName = "walpurgisscan"),
SingleLang("West Manga", "https://westmanga.org", "id", overrideVersionCode = 2),
SingleLang("West Manga", "https://westmanga.fun", "id", overrideVersionCode = 2),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 11),
SingleLang("xCaliBR Scans", "https://xcalibrscans.com", "en", overrideVersionCode = 5),
SingleLang("YumeKomik", "https://yumekomik.com", "id", isNsfw = true, className = "YumeKomik", pkgName = "inazumanga", overrideVersionCode = 6),
Expand Down

0 comments on commit 91a1984

Please sign in to comment.