MangaHub: Update CDN URL (#906)

This commit is contained in:
beerpsi 2024-02-02 13:13:08 +07:00 committed by Draff
parent 8c93344f17
commit 891f335741
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ abstract class MangaHub(
override val supportsLatest = true
private var baseApiUrl = "$baseUrl/api"
private var baseCdnUrl = "https://imgx.mghcdn.com"
private var baseCdnUrl = "https://imgx.mangahub.io"
override val client: OkHttpClient = super.client.newBuilder()
.setRandomUserAgent(

View File

@ -9,7 +9,7 @@ class MangaHubGenerator : ThemeSourceGenerator {
override val themeClass = "MangaHub"
override val baseVersionCode: Int = 24
override val baseVersionCode: Int = 25
override val sources = listOf(
// SingleLang("1Manga.co", "https://1manga.co", "en", isNsfw = true, className = "OneMangaCo"),