Remove GuncelManga (#6005)
This commit is contained in:
parent
1f7095dd08
commit
f841e5de70
|
@ -1,10 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'GuncelManga'
|
|
||||||
extClass = '.GuncelManga'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://guncelmanga.net'
|
|
||||||
overrideVersionCode = 2
|
|
||||||
isNsfw = false
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
|
@ -1,18 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.tr.guncelmanga
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class GuncelManga : Madara(
|
|
||||||
"GuncelManga",
|
|
||||||
"https://guncelmanga.net",
|
|
||||||
"tr",
|
|
||||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
|
||||||
) {
|
|
||||||
override val mangaDetailsSelectorDescription = "div.description-summary"
|
|
||||||
override val altNameSelector = ".post-content_item:contains(Diğer Adları) .summary-content"
|
|
||||||
|
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
|
||||||
override val useNewChapterEndpoint = false
|
|
||||||
}
|
|
Loading…
Reference in New Issue