
* MGKomik: fix chapter & timestamp - remove chapter urlSuffix which prevent it to load / blocked by cloudflare - fix chapter timestamp * fix AquaManga chapter blocked by cloudflare * fix mangalinkio chapter blocked by cloudflare * fix mangalek chapter blocked by cloudflare * fix mangaSpark chapter blocked by cloudflare * fix MangaLionz chapter blocked by cloudflare * fix MangaStarz chapter blocked by cloudflare * comment
11 lines
309 B
Kotlin
11 lines
309 B
Kotlin
package eu.kanade.tachiyomi.extension.id.mgkomik
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class MGKomik : Madara("MG Komik", "https://mgkomik.com", "id", SimpleDateFormat("dd MMM yy", Locale.US)) {
|
|
|
|
override val chapterUrlSuffix = ""
|
|
}
|