Remove RawMangas (#4303)

This commit is contained in:
Chopper 2024-07-28 02:52:20 -03:00 committed by Draff
parent 40f2170702
commit ee3d182a5f
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 = 'RawMangas'
extClass = '.RawMangas'
themePkg = 'madara'
baseUrl = 'https://raw-mangas.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.ja.rawmangas
import eu.kanade.tachiyomi.multisrc.madara.Madara
class RawMangas : Madara("RawMangas", "https://raw-mangas.com", "ja") {
override val mangaSubString = "comic"
}