Add Yaoibar (#6406)
* Add Yaoibar * Formatting * new LINE * Fix newline
This commit is contained in:
parent
90ffe087db
commit
54bcdce9de
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue