Remove Manga Queen.com ()

This commit is contained in:
Vetle Ledaal 2024-10-04 09:52:02 +02:00 committed by Draff
parent fcb27dae61
commit 74ad28a16e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 17 deletions
src/en/mangaqueencom
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/mangaqueencom

@ -1,10 +0,0 @@
ext {
extName = 'Manga Queen.com'
extClass = '.MangaQueenCom'
themePkg = 'madara'
baseUrl = 'https://mangaqueen.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

(image error) Size: 3.7 KiB

Binary file not shown.

Before

(image error) Size: 2.0 KiB

Binary file not shown.

Before

(image error) Size: 5.7 KiB

Binary file not shown.

Before

(image error) Size: 11 KiB

Binary file not shown.

Before

(image error) Size: 16 KiB

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangaqueencom
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaQueenCom : Madara("Manga Queen.com", "https://mangaqueen.com", "en") {
override val useNewChapterEndpoint = false
}