Add Pied Piper Fansubyy (#2702)

This commit is contained in:
Vetle Ledaal 2024-05-02 00:50:36 +00:00 committed by Draff
parent feeec15597
commit 6ce176226a
7 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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
}