Add source: ManhwaClan (#11638)

This commit is contained in:
Bahattin Maral 2022-04-29 21:46:27 +03:00 committed by GitHub
parent 1a2cf26a77
commit c8cd2e6358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,8 @@
package eu.kanade.tachiyomi.extension.en.manhwaclan
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManhwaClan : Madara("ManhwaClan", "https://manhwaclan.com", "en") {
// sfw content marked as nsfw (no nsfw content on the site yet)
override val adultContentFilterOptions: Array<String> = arrayOf("All", "Only", "None")
}

View File

@ -309,6 +309,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manhwa365", "https://manhwa365.com", "en", isNsfw = true),
SingleLang("Manhwa68", "https://manhwa68.com", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("ManhwaBookShelf", "https://manhwabookshelf.com", "en"),
SingleLang("ManhwaClan", "https://manhwaclan.com", "en"),
SingleLang("ManhwaNelo", "https://manhwanelo.com", "en", overrideVersionCode = 2),
SingleLang("ManhwaTime", "https://manhwatime.com", "ar"),
SingleLang("ManhwaWorld", "https://manhwaworld.com", "en"),