Update MangaWeebs domain ()

* Update MangaWeebs.kt

Domain changed of mangaweebs.

* Update build.gradle

Updated version code

* Update build.gradle

Fix.. and its working fine to me!
This commit is contained in:
devil6venom 2024-04-21 15:00:29 +05:45 committed by Draff
parent d3a34b5693
commit ebcb2cd055
2 changed files with 3 additions and 3 deletions
src/en/mangaweebs
build.gradle
src/eu/kanade/tachiyomi/extension/en/mangaweebs

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Weebs'
extClass = '.MangaWeebs'
themePkg = 'madara'
baseUrl = 'https://mangaweebs.in'
overrideVersionCode = 8
baseUrl = 'https://mangaweebs.org'
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"

View File

@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.in", "en", dateFormat = SimpleDateFormat("dd MMMM HH:mm", Locale.US)) {
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.org", "en", dateFormat = SimpleDateFormat("dd MMMM HH:mm", Locale.US)) {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(20, 4, TimeUnit.SECONDS)