diff --git a/src/tr/ghostfansub/build.gradle b/src/tr/ghostfansub/build.gradle deleted file mode 100644 index fc9a38d70..000000000 --- a/src/tr/ghostfansub/build.gradle +++ /dev/null @@ -1,10 +0,0 @@ -ext { - extName = 'Ghost Fansub' - extClass = '.GhostFansub' - themePkg = 'madara' - baseUrl = 'https://ghostfansub.co' - overrideVersionCode = 0 - isNsfw = true -} - -apply from: "$rootDir/common.gradle" diff --git a/src/tr/ghostfansub/res/mipmap-hdpi/ic_launcher.png b/src/tr/ghostfansub/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 68de531af..000000000 Binary files a/src/tr/ghostfansub/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/tr/ghostfansub/res/mipmap-mdpi/ic_launcher.png b/src/tr/ghostfansub/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 2dee11c08..000000000 Binary files a/src/tr/ghostfansub/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/tr/ghostfansub/res/mipmap-xhdpi/ic_launcher.png b/src/tr/ghostfansub/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index c1e75c315..000000000 Binary files a/src/tr/ghostfansub/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/tr/ghostfansub/res/mipmap-xxhdpi/ic_launcher.png b/src/tr/ghostfansub/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index ae359870c..000000000 Binary files a/src/tr/ghostfansub/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/tr/ghostfansub/res/mipmap-xxxhdpi/ic_launcher.png b/src/tr/ghostfansub/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 5b085fd94..000000000 Binary files a/src/tr/ghostfansub/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/tr/ghostfansub/src/eu/kanade/tachiyomi/extension/tr/ghostfansub/GhostFansub.kt b/src/tr/ghostfansub/src/eu/kanade/tachiyomi/extension/tr/ghostfansub/GhostFansub.kt deleted file mode 100644 index 38097a373..000000000 --- a/src/tr/ghostfansub/src/eu/kanade/tachiyomi/extension/tr/ghostfansub/GhostFansub.kt +++ /dev/null @@ -1,15 +0,0 @@ -package eu.kanade.tachiyomi.extension.tr.ghostfansub - -import eu.kanade.tachiyomi.multisrc.madara.Madara -import java.text.SimpleDateFormat -import java.util.Locale - -class GhostFansub : Madara( - "Ghost Fansub", - "https://ghostfansub.co", - "tr", - dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")), -) { - override val useLoadMoreRequest = LoadMoreStrategy.Always - override val useNewChapterEndpoint = true -}