Update mangafreak base url to the latest working version (#14422)

* Update base url to the latest working version

* Updated extVersionCode
This commit is contained in:
Ashley How 2022-12-01 11:51:57 +08:00 committed by GitHub
parent 322292e34b
commit 5ccca45f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Mangafreak'
pkgNameSuffix = 'en.mangafreak'
extClass = '.Mangafreak'
extVersionCode = 7
extVersionCode = 8
}

View File

@ -22,7 +22,7 @@ class Mangafreak : ParsedHttpSource() {
override val lang: String = "en"
override val baseUrl: String = "https://w13.mangafreak.net"
override val baseUrl: String = "https://w14.mangafreak.net"
override val supportsLatest: Boolean = true