Skip to content

Commit

Permalink
Added MangaRuhu extension for Turkish manga source. (#5830)
Browse files Browse the repository at this point in the history
* Add: MangaRuhu extension

* res updated

* Update build.gradle

* Update MangaRuhu.kt

---------

Co-authored-by: Forza <[email protected]>
  • Loading branch information
Forza06 and Forza authored Nov 7, 2024
1 parent adc6d00 commit 6a0608e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tr/mangaruhu/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Manga Ruhu'
extClass = '.MangaRuhu'
themePkg = 'madara'
baseUrl = 'https://mangaruhu.com'
overrideVersionCode = 0
}

apply from: "$rootDir/common.gradle"
Binary file added src/tr/mangaruhu/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/tr/mangaruhu/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/tr/mangaruhu/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.
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,14 @@
package eu.kanade.tachiyomi.extension.tr.mangaruhu

import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale

class MangaRuhu : Madara(
"Manga Ruhu",
"https://mangaruhu.com",
"tr",
SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) {
override val filterNonMangaItems = false
}

0 comments on commit 6a0608e

Please sign in to comment.