Remove 1Manhwa (#10549)

This commit is contained in:
Smol Ame 2025-09-15 17:32:28 -08:00 committed by Draff
parent 12ac787f8f
commit c25f0e4c0f
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 31 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = '1Manhwa'
extClass = '.OneManhwa'
themePkg = 'madara'
baseUrl = 'https://1manhwa.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,21 +0,0 @@
package eu.kanade.tachiyomi.extension.en.nvmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class OneManhwa : Madara(
"1Manhwa",
"https://1manhwa.com",
"en",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val seriesTypeSelector = ".post-content_item:contains(Origination) .summary-content"
override val useLoadMoreRequest = LoadMoreStrategy.AutoDetect
override val useNewChapterEndpoint = true
override val mangaSubString = "webtoon"
override val fetchGenres = false
}