|
@ -1,9 +1,10 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Blazescans'
|
extName = 'Fury Manga'
|
||||||
extClass = '.Blazescans'
|
extClass = '.FuryManga'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://blazetoon.com'
|
baseUrl = 'https://furymanga.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 12 KiB |
|
@ -4,7 +4,14 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class Blazescans : MangaThemesia("Blazescans", "https://blazetoon.com", "en") {
|
class FuryManga : MangaThemesia(
|
||||||
|
"Fury Manga",
|
||||||
|
"https://furymanga.com",
|
||||||
|
"en",
|
||||||
|
"/comics",
|
||||||
|
) {
|
||||||
|
override val id = 3912200442923601567
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||||
.build()
|
.build()
|