Mangahall: Convert into MangaGeek (#4994)
* Mangageek: Bump versionCode * MangaHall --> MangaGeek (file & package/ext name, baseUrl) * MangaGeek: Update logo
@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'MangaHall'
|
extName = 'MangaGeek'
|
||||||
extClass = '.MangaHall'
|
extClass = '.MangaGeek'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mangahall.net'
|
baseUrl = 'https://mangageek.org'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 7.2 KiB |
@ -2,9 +2,9 @@ package eu.kanade.tachiyomi.extension.en.mangaclick
|
|||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
class MangaHall : Madara(
|
class MangaGeek : Madara(
|
||||||
"MangaHall",
|
"MangaGeek",
|
||||||
"https://mangahall.net",
|
"https://mangageek.org",
|
||||||
"en",
|
"en",
|
||||||
) {
|
) {
|
||||||
override val id = 1234573178818746503
|
override val id = 1234573178818746503
|