Remove Manga Diyari (#3983)
This commit is contained in:
parent
d11495d8a1
commit
7614a8d083
|
@ -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 |
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue