Change url of manga Arab team (#4003)

* Change Url

* Update build.gradle

Ah yes, I get to be the guy behind the annoying Madara updates.
This commit is contained in:
AbdullahM0hamed 2020-08-04 03:33:27 +01:00 committed by GitHub
parent ce3dd41b25
commit f372ba8cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 125
extVersionCode = 126
libVersion = '1.2'
}

View File

@ -632,7 +632,7 @@ class HunterFansub : Madara("Hunter Fansub", "https://hunterfansub.com", "es") {
override val popularMangaUrlSelector = "div.post-title a:last-child"
}
class MangaArabTeam : Madara("مانجا عرب تيم Manga Arab Team", "https://mangaarabtm.com", "ar") {
class MangaArabTeam : Madara("مانجا عرب تيم Manga Arab Team", "https://mangakm.com", "ar") {
override fun imageRequest(page: Page): Request {
return GET(page.imageUrl!!.replace("http:", "https:"))
}