Pojok Manga: update base url (#14629)

This commit is contained in:
Luqman 2022-12-24 05:10:16 +07:00 committed by GitHub
parent 9483256432
commit 193305f7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -9,12 +9,7 @@ import okhttp3.Request
import java.text.SimpleDateFormat
import java.util.Locale
class PojokManga : Madara(
"Pojok Manga",
"https://pojokmanga.com",
"id",
SimpleDateFormat("MMM dd, yyyy", Locale.US)
) {
class PojokManga : Madara("Pojok Manga", "https://pojokmanga.net", "id", SimpleDateFormat("MMM dd, yyyy", Locale.US)) {
override val useLoadMoreSearch = false

View File

@ -339,7 +339,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Pian Manga", "https://pianmanga.com", "en", isNsfw = true),
SingleLang("Pirulito Rosa", "https://pirulitorosa.site", "pt-BR", isNsfw = true),
SingleLang("Platinum Crown", "https://platinumscans.com", "en", overrideVersionCode = 1),
SingleLang("Pojok Manga", "https://pojokmanga.com", "id", overrideVersionCode = 3),
SingleLang("Pojok Manga", "https://pojokmanga.net", "id", overrideVersionCode = 4),
SingleLang("PoManga", "https://pomanga.com", "en"),
SingleLang("PornComix", "https://www.porncomixonline.net", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Pornwha", "https://pornwha.com", "en", isNsfw = true, overrideVersionCode = 1),