Remove Manga Queen.com (#5320)

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

View File

@ -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

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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
}