Mangaryu: Remove extension (#7987)

This commit is contained in:
Smol Ame 2025-03-09 00:36:37 -08:00 committed by Draff
parent 8482b7d235
commit 0e3bf78d8d
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 = 'Mangaryu'
extClass = '.Mangaryu'
themePkg = 'madara'
baseUrl = 'https://mangaryu.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangaryu
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Mangaryu : Madara("Mangaryu", "https://mangaryu.com", "en") {
override val useNewChapterEndpoint = false
}