Update url Manga pro Ar (#8700)

* Update url

* Update url MangaPro arabic
This commit is contained in:
mohamedotaku 2025-05-02 22:35:47 +01:00 committed by Draff
parent fd023a8000
commit d4e960700e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Pro'
extClass = '.MangaPro'
themePkg = 'iken'
baseUrl = 'https://promanga.pro'
overrideVersionCode = 28
baseUrl = 'https://promanga.net'
overrideVersionCode = 29
isNsfw = false
}

View File

@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.multisrc.iken.Iken
class MangaPro : Iken(
"Manga Pro",
"ar",
"https://promanga.pro",
"https://promanga.net",
) {
override val versionId = 4
}