parent
485447d7b2
commit
490eab456b
9
src/en/blazescans/build.gradle
Normal file
9
src/en/blazescans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Blazescans'
|
||||
extClass = '.Blazescans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://blazescans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/blazescans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/blazescans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/en/blazescans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/blazescans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/en/blazescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/blazescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
src/en/blazescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/blazescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/blazescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/blazescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.blazescans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class Blazescans : MangaThemesia("Blazescans", "https://blazescans.com", "en") {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user