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:
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Madara (multiple sources)'
|
extName = 'Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 125
|
extVersionCode = 126
|
||||||
libVersion = '1.2'
|
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"
|
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 {
|
override fun imageRequest(page: Page): Request {
|
||||||
return GET(page.imageUrl!!.replace("http:", "https:"))
|
return GET(page.imageUrl!!.replace("http:", "https:"))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user