Add source LilyumFansub "tr" (#1253)

* Add source LilyumFansub "tr"

* Update LilyumFansub.kt
This commit is contained in:
mohamedotaku 2024-02-15 19:32:35 +01:00 committed by GitHub
parent 2f41e5d8d2
commit c79011dbda
7 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'LilyumFansub'
extClass = '.LilyumFansub'
themePkg = 'madara'
baseUrl = 'https://lilyumfansub.com.tr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

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