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 #47 from sandeepjak2007/Issue#38
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jan 31, 2024
2 parents 6c84979 + 5be8188 commit a31c164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multisrc/overrides/zmanga/sektekomik/src/SekteKomik.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import okhttp3.Request
import org.jsoup.nodes.Element
import java.util.concurrent.TimeUnit

class SekteKomik : ZManga("Sekte Komik", "https://sektekomik.com", "id") {
class SekteKomik : ZManga("Sekte Komik", "https://sektekomik.xyz", "id") {
// Formerly "Sekte Komik (WP Manga Stream)"
override val id = 7866629035053218469

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ZMangaGenerator : ThemeSourceGenerator {
SingleLang("Maid - Manga", "https://www.maid.my.id", "id", overrideVersionCode = 10, className = "MaidManga"),
SingleLang("Neumanga", "https://neumanga.net", "id"),
SingleLang("ShiroDoujin", "https://shirodoujin.com", "id", isNsfw = true, overrideVersionCode = 1, className = "Shirodoujin"),
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 25),
SingleLang("Sekte Komik", "https://sektekomik.xyz", "id", overrideVersionCode = 25),
)

companion object {
Expand Down

0 comments on commit a31c164

Please sign in to comment.