Updating Onma arabic extension url (#11591)

This commit is contained in:
Mohamed Waled Farag Youssef 2025-11-12 21:45:38 +02:00 committed by Draff
parent 7b11937c24
commit bd530edb7d
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Onma' extName = 'Onma'
extClass = '.Onma' extClass = '.Onma'
themePkg = 'mmrcms' themePkg = 'mmrcms'
baseUrl = 'https://onma.top' baseUrl = 'https://onma.me'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
class Onma : MMRCMS( class Onma : MMRCMS(
"مانجا اون لاين", "مانجا اون لاين",
"https://onma.top", "https://onma.me",
"ar", "ar",
detailsTitleSelector = ".panel-heading", detailsTitleSelector = ".panel-heading",
) { ) {