Updated Sekte Doujin BaseUrl (#11775)

* Updated Sekte Doujin base url 

Updated Sekte Doujin base url from .xyz to .club

* Update WPMangaStreamGenerator.kt

* Update SekteDoujin.kt

Updated Sekte Doujin BaseUrl from .xyz to .club
This commit is contained in:
TheKingTermux 2022-05-10 04:13:08 +07:00 committed by GitHub
parent 8bea2aa2e3
commit def1c0e40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class SekteDoujin : WPMangaStream("Sekte Doujin", "https://sektedoujin.xyz", "id", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))) {
class SekteDoujin : WPMangaStream("Sekte Doujin", "https://sektedoujin.club", "id", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))) {
private val rateLimitInterceptor = RateLimitInterceptor(4)
override val client: OkHttpClient = network.cloudflareClient.newBuilder()

View File

@ -46,7 +46,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("Random Scans", "https://randomscans.xyz", "en"),
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
SingleLang("Readkomik", "https://readkomik.com", "en", className = "ReadKomik", overrideVersionCode = 1),
SingleLang("Sekte Doujin", "https://sektedoujin.xyz", "id", isNsfw = true, overrideVersionCode = 2),
SingleLang("Sekte Doujin", "https://sektedoujin.club", "id", isNsfw = true, overrideVersionCode = 3),
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 3),
SingleLang("Shea Manga", "http://sheamanga.my.id", "id", overrideVersionCode = 3),
SingleLang("Snudae Scans", "https://snudaescans.com", "en", isNsfw = true, className = "BatotoScans", overrideVersionCode = 1),