MangaAe - update domain name (#2964)
This commit is contained in:
parent
f4915f9b9e
commit
3947a3933c
@ -5,7 +5,7 @@ ext {
|
||||
appName = 'Tachiyomi: Manga.ae'
|
||||
pkgNameSuffix = 'ar.mangaae'
|
||||
extClass = '.MangaAe'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ class MangaAe : ParsedHttpSource() {
|
||||
|
||||
override val name = "مانجا العرب"
|
||||
|
||||
override val baseUrl = "https://www.mangaae.com"
|
||||
override val baseUrl = "https://mngaar.com"
|
||||
|
||||
override val lang = "ar"
|
||||
|
||||
@ -106,7 +106,7 @@ class MangaAe : ParsedHttpSource() {
|
||||
author = infoElement.select("div.manga-details-author h4")[0].text()
|
||||
artist = author
|
||||
status = parseStatus(infoElement.select("div.manga-details-extended h4")[1].text())
|
||||
genre = infoElement.select("div.manga-details-extended a[href*=tag]").map { it.text() }.joinToString(", ")
|
||||
genre = infoElement.select("div.manga-details-extended a[href*=tag]").joinToString(", ") { it.text() }
|
||||
description = infoElement.select("div.manga-details-extended h4")[2].text()
|
||||
thumbnail_url = infoElement.select("img.manga-cover").attr("src")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user