
* Clean up code and disable NonMangaItems Filter * Clean up code and disable NonMangaItems Filter * Clean up code and Change baseUrl * Fix Url problem * Change requests url due to inaccessibility of the admin-ajax.php page * Clean up code and disable NonMangaItems Filter Clean up code and disable NonMangaItems Filter Clean up code and Change baseUrl Fix Url problem Change requests url due to inaccessibility of the admin-ajax.php page
10 lines
342 B
Kotlin
10 lines
342 B
Kotlin
package eu.kanade.tachiyomi.extension.th.rh2plusmanga
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class Rh2PlusManga : Madara("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", SimpleDateFormat("d MMMM yyyy", Locale("th"))) {
|
|
override val filterNonMangaItems = false
|
|
}
|