
* Rewrite MMRCMS * linting * Mangas.in: Fix latest, search by query, manga details * use HashSet instead of Set for manga detail keys * use buildList for building filter list * mangas.in: Copy over changes to MangasInDto * Use a better metric for determining if filter fetching failed. Also merged types and tags. * Move to using named constructor parameters instead of open vals This improves the discoverability of configurable stuff. * use normal try/catch instead of runCatching * Elaborate on the reason for not using Nothing * Make most configuration options private * forbidden -> useNamedArgumentsBelow * Address lint failures * Close the thingies * <:shitting:1130237162105876490> * <:shitting:1130237162105876490>
11 lines
217 B
Kotlin
11 lines
217 B
Kotlin
package eu.kanade.tachiyomi.extension.fr.scanvf
|
|
|
|
import eu.kanade.tachiyomi.multisrc.mmrcms.MMRCMS
|
|
|
|
class ScanVF : MMRCMS(
|
|
"Scan VF",
|
|
"https://www.scan-vf.net",
|
|
"fr",
|
|
supportsAdvancedSearch = false,
|
|
)
|