Remove dead extension (#7322)

Removed dead extension
This commit is contained in:
Dr1ks 2025-01-25 06:35:47 -08:00 committed by GitHub
parent c7556f39c8
commit 126ebf883e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'BestManga'
extClass = '.BestManga'
themePkg = 'madara'
baseUrl = 'https://bestmanga.club'
overrideVersionCode = 1
}
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: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.ru.bestmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class BestManga : Madara("BestManga", "https://bestmanga.club", "ru", SimpleDateFormat("dd.MM.yyyy", Locale.getDefault()))