Mangasu url changed

Cert issue needs to be fixed
pull/142/head
Saksham Shekher 3 years ago committed by GitHub
parent aeca7d9491
commit fc7d502ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -471,4 +471,17 @@ internal abstract class MangaReaderParser(
)
}
}
@MangaSourceParser("MANGASUSU", "Mangasusu", "id")
class MangasusuParser(override val context: MangaLoaderContext) : MangaReaderParser(MangaSource.MANGASUSU, pageSize = 20, searchPageSize = 10) {
override val configKeyDomain: ConfigKey.Domain
get() = ConfigKey.Domain("92.84.132.251", null)
override val listUrl: String
get() = "/project"
override val tableMode: Boolean
get() = true
override val chapterDateFormat: SimpleDateFormat = SimpleDateFormat("MMM d, yyyy", Locale.ENGLISH)
}
}

Loading…
Cancel
Save