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:
parent
ce3dd41b25
commit
f372ba8cd7
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 125
|
||||
extVersionCode = 126
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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:"))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue