Add CultureSubs (#4664)
This commit is contained in:
parent
4f58440542
commit
41ef482be7
10
src/tr/culturesubs/build.gradle
Normal file
10
src/tr/culturesubs/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Culture Subs'
|
||||||
|
extClass = '.CultureSubs'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://culturesubs.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/culturesubs/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/culturesubs/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
BIN
src/tr/culturesubs/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/culturesubs/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/tr/culturesubs/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/culturesubs/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
src/tr/culturesubs/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/culturesubs/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
src/tr/culturesubs/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/culturesubs/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1,17 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.culturesubs
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class CultureSubs : MangaThemesia(
|
||||||
|
"Culture Subs",
|
||||||
|
"https://culturesubs.com",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user