Siyahmelek: Update domain (#4016)

Update domain
This commit is contained in:
Chopper 2024-07-15 02:24:42 -03:00 committed by Draff
parent dccd4920ec
commit 6c1d3fb563
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 10 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Gri Melek'
extClass = '.Siyahmelek'
themePkg = 'madara'
baseUrl = 'https://grimelek.co'
overrideVersionCode = 5
baseUrl = 'https://grimelek.org'
overrideVersionCode = 6
isNsfw = true
}

View File

@ -7,7 +7,12 @@ import okhttp3.Response
import java.text.SimpleDateFormat
import java.util.Locale
class Siyahmelek : Madara("Gri Melek", "https://grimelek.co", "tr", SimpleDateFormat("dd MMM yyyy", Locale("tr"))) {
class Siyahmelek : Madara(
"Gri Melek",
"https://grimelek.org",
"tr",
SimpleDateFormat("dd MMM yyyy", Locale("tr")),
) {
// Siyahmelek (tr) -> Gri Melek (tr)
override val id = 6419959498055001014
@ -15,6 +20,8 @@ class Siyahmelek : Madara("Gri Melek", "https://grimelek.co", "tr", SimpleDateFo
override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Always
// Skip fake image
// OK: <div class="page-break no-gaps">
// NG: <div style="display:none" class="page-break no-gaps">