Mangahall: Convert into MangaGeek (#4994)
* Mangageek: Bump versionCode * MangaHall --> MangaGeek (file & package/ext name, baseUrl) * MangaGeek: Update logo
@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'MangaHall'
|
||||
extClass = '.MangaHall'
|
||||
extName = 'MangaGeek'
|
||||
extClass = '.MangaGeek'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangahall.net'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://mangageek.org'
|
||||
overrideVersionCode = 3
|
||||
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
|
||||
|
||||
class MangaHall : Madara(
|
||||
"MangaHall",
|
||||
"https://mangahall.net",
|
||||
class MangaGeek : Madara(
|
||||
"MangaGeek",
|
||||
"https://mangageek.org",
|
||||
"en",
|
||||
) {
|
||||
override val id = 1234573178818746503
|