parent
49b3b90db3
commit
49ccd590b8
9
src/es/dtupscan/build.gradle
Normal file
9
src/es/dtupscan/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'De Todo Un Poco Scan'
|
||||||
|
extClass = '.DtupScan'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://dtupscan.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/dtupscan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/dtupscan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
src/es/dtupscan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/dtupscan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/es/dtupscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/dtupscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/es/dtupscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/dtupscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/es/dtupscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/dtupscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.dtupscan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimitHost
|
||||||
|
import okhttp3.HttpUrl.Companion.toHttpUrl
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class DtupScan : MangaThemesia(
|
||||||
|
"De Todo Un Poco Scan",
|
||||||
|
"https://dtupscan.com",
|
||||||
|
"es",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
|
||||||
|
.build()
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user