Remove RawMangas (#4303)
This commit is contained in:
parent
40f2170702
commit
ee3d182a5f
|
@ -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 |
|
@ -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"
|
|
||||||
}
|
|
Loading…
Reference in New Issue