Remove 1Manhwa (#10549)
This commit is contained in:
parent
12ac787f8f
commit
c25f0e4c0f
@ -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 |
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user