UnionMangas: Update api url (#4077)

Update api url
This commit is contained in:
Chopper 2024-07-18 07:48:33 -03:00 committed by Draff
parent 1ca13b4697
commit bd4df286af
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Union Mangas'
extClass = '.UnionMangasFactory'
extVersionCode = 5
extVersionCode = 6
isNsfw = true
}

View File

@ -203,7 +203,7 @@ class UnionMangas(private val langOption: LanguageOption) : HttpSource() {
companion object {
const val SEARCH_PREFIX = "slug:"
val apiUrl = "https://app.unionmanga.xyz/api"
val apiUrl = "https://api.novelfull.us/api"
val oldApiUrl = "https://api.unionmanga.xyz"
val dateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSSSS", Locale.ENGLISH)
}