Add RawMangas (#1276)

* Added RawMangas

* Update src/ja/rawmangas/build.gradle

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Added ending newline in build.gradle

* remove extra newline

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
Tef 2024-02-16 12:27:12 +00:00 committed by Draff
parent c24753e7e7
commit 6ac91bca39
7 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,7 @@
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"
}