Add Pied Piper Fansubyy (#2702)
This commit is contained in:
parent
feeec15597
commit
6ce176226a
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Pied Piper Fansubyy'
|
||||
extClass = '.PiedPiperFansubyy'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://piedpiperfansubyy.me'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.piedpiperfansubyy
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class PiedPiperFansubyy : Madara(
|
||||
"Pied Piper Fansubyy",
|
||||
"https://piedpiperfansubyy.me",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue