Skip to content

Commit

Permalink
Add MangaRAW (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh committed Sep 20, 2024
1 parent bb49a42 commit c57e8df
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ja/rawmanga/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'MangaRAW'
extClass = '.MangaRAW'
themePkg = 'madara'
baseUrl = 'https://rawmanga.su'
overrideVersionCode = 0
isNsfw = false
}

apply from: "$rootDir/common.gradle"
Binary file added src/ja/rawmanga/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ja/rawmanga/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ja/rawmanga/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ja/rawmanga/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.ja.rawmanga

import eu.kanade.tachiyomi.multisrc.madara.Madara

class MangaRAW : Madara(
"MangaRAW",
"https://rawmanga.su",
"ja",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never

override val useNewChapterEndpoint = true

override val filterNonMangaItems = false

override val mangaSubString = "r"
}

0 comments on commit c57e8df

Please sign in to comment.