Remove GuncelManga (#6005)

This commit is contained in:
Vetle Ledaal 2024-11-14 07:17:56 +01:00 committed by Draff
parent 1f7095dd08
commit f841e5de70
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -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
}