nicki c286b13f0e
update 3asq to use new Chapter Endpoint (#9395)
* use the new Madara chapter endpoint for 3asq

* increment 3asq.versioncode

* fix package id and linting
2021-10-08 08:13:07 -04:00

8 lines
240 B
Kotlin

package eu.kanade.tachiyomi.extension.ar.manga3asq
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Manga3asq : Madara("مانجا العاشق", "https://3asq.org", "ar") {
override val useNewChapterEndpoint: Boolean = true
}