Remove Manga-Raw.info (unoriginal) (#4387)

This commit is contained in:
Vetle Ledaal 2024-08-03 05:23:05 +02:00 committed by GitHub
parent 621c2d3e95
commit c0d715a1f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 17 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Manga-Raw.info (unoriginal)'
extClass = '.MangaRawInfo'
themePkg = 'madara'
baseUrl = 'https://manga-raw.info'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangarawinfo
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaRawInfo : Madara("Manga-Raw.info (unoriginal)", "https://manga-raw.info", "en") {
override val useNewChapterEndpoint = false
}