Remove Manga Diyari (#3983)

This commit is contained in:
ringosham 2024-07-13 07:13:18 +01:00 committed by Draff
parent d11495d8a1
commit 7614a8d083
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Manga Diyari'
extClass = '.MangaDiyari'
themePkg = 'madara'
baseUrl = 'https://manga-diyari.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,9 +0,0 @@
package eu.kanade.tachiyomi.extension.tr.mangadiyari
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaDiyari : Madara("Manga Diyari", "https://manga-diyari.com", "tr", SimpleDateFormat("MMM dd, yyyy", Locale("tr"))) {
override val useNewChapterEndpoint: Boolean = true
}