mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Add source LilyumFansub "tr" (#1253)
* Add source LilyumFansub "tr" * Update LilyumFansub.kt
This commit is contained in:
parent
2f41e5d8d2
commit
c79011dbda
9
src/tr/lilyumfansub/build.gradle
Normal file
9
src/tr/lilyumfansub/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'LilyumFansub'
|
||||
extClass = '.LilyumFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://lilyumfansub.com.tr'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/lilyumfansub/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/lilyumfansub/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/tr/lilyumfansub/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/lilyumfansub/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/tr/lilyumfansub/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/lilyumfansub/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/tr/lilyumfansub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/lilyumfansub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/tr/lilyumfansub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/lilyumfansub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user