Add Pied Piper Fansub (#2638)

This commit is contained in:
Vetle Ledaal 2024-04-29 10:20:31 +00:00 committed by Draff
parent ca26ce4167
commit f191400e7d
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Pied Piper Fansub'
extClass = '.PiedPiperFansub'
themePkg = 'madara'
baseUrl = 'https://piedpiperfansub.me'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 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.piedpiperfansub
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class PiedPiperFansub : Madara(
"Pied Piper Fansub",
"https://piedpiperfansub.me",
"tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) {
override val useNewChapterEndpoint = true
}