
* Fix ManyToon.me & ManyToon.club Fix issues in which both sources unable to load any mangas. Closes #16612 * Update multisrc MyMangaCMS to support other site’s langugae Also, support a second alternative name and remove generic words like “manhwa”, “engsub” from those names. Also, mark TruyenTranhLH as NSFW * Move Manhwa18 & Manhwa18.net to MyMangaCMS theme. Also fix Manhwa18.net’s searching issue with the previous theme. Also allow Manhwa18’s filter working since it was not with the previous theme. Close #18818 * Remove unused import causing PR build check to fail * MyMangaCms Bump the `versionId` so the ID will change and users will be forced to migrate to update the URLs. * fix locale friendly * Fix Manhwaraw.com won’t show Popular & Latest manhwa * revert bumping TruyenTranhLH’s version
12 lines
316 B
Kotlin
12 lines
316 B
Kotlin
package eu.kanade.tachiyomi.extension.ko.manhwaraw
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
class ManhwaRaw : Madara("ManhwaRaw", "https://manhwaraw.com", "ko") {
|
|
|
|
override val mangaSubString = "manhwa-raw"
|
|
|
|
// The website does not flag the content.
|
|
override val filterNonMangaItems = false
|
|
}
|