Add Yaoibar (#6406)

* Add Yaoibar

* Formatting

* new LINE

* Fix newline
This commit is contained in:
Creepler13 2024-12-03 14:16:11 +01:00 committed by Draff
parent 90ffe087db
commit 54bcdce9de
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Yaoibar'
extClass = '.Yaoibar'
themePkg = 'madara'
baseUrl = 'https://yaoibar.gay'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.tr.yaoibar
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Yaoibar : Madara(
"Yaoibar",
"https://yaoibar.gay",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {
override val useNewChapterEndpoint: Boolean = true
}