fix: rebrand fire scans to firecomics (#4412)
* fix: rebrand fire scans to firecomics * fix: change gradle * chore: add old id
This commit is contained in:
parent
c02273905e
commit
118a905cef
src/en/firescans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/firescans
@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Fire Scans'
|
extName = 'Firecomics'
|
||||||
extClass = '.FireScans'
|
extClass = '.Firecomics'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://firescans.xyz'
|
baseUrl = 'https://firecomics.org'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
Binary file not shown.
Before ![]() (image error) Size: 4.5 KiB After ![]() (image error) Size: 11 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.4 KiB After ![]() (image error) Size: 5.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 6.9 KiB After ![]() (image error) Size: 19 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 40 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 21 KiB After ![]() (image error) Size: 68 KiB ![]() ![]() |
@ -11,8 +11,9 @@ import kotlinx.serialization.json.jsonPrimitive
|
|||||||
import okhttp3.OkHttpClient
|
import okhttp3.OkHttpClient
|
||||||
import org.jsoup.nodes.Document
|
import org.jsoup.nodes.Document
|
||||||
|
|
||||||
class FireScans : Madara("Fire Scans", "https://firescans.xyz", "en") {
|
class Firecomics : Madara("Firecomics", "https://firecomics.org", "en") {
|
||||||
|
|
||||||
|
override val id: Long = 5761461704760730187
|
||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
.rateLimit(20, 5)
|
.rateLimit(20, 5)
|
||||||
.build()
|
.build()
|
Loading…
x
Reference in New Issue
Block a user