UzayManga: Update CDN url (#11652)

* UzayManga: Update CDN_URL

* UzayManga: bump version
This commit is contained in:
Ata 2025-11-15 18:22:19 +03:00 committed by Draff
parent c35f9f6111
commit fc81248cb2
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Uzay Manga'
extClass = '.UzayManga'
extVersionCode = 39
extVersionCode = 40
}
apply from: "$rootDir/common.gradle"

View File

@ -155,7 +155,7 @@ class UzayManga : ParsedHttpSource() {
fragment.any { trim().contains(it, ignoreCase = true) }
companion object {
const val CDN_URL = "https://manga2.efsaneler.can.re"
const val CDN_URL = "https://uzaymangacdn3.efsaneler.can.re"
const val URL_SEARCH_PREFIX = "slug:"
val dateFormat = SimpleDateFormat("MMM d ,yyyy", Locale("tr"))
val pageRegex = """\\"path\\":\\"([^"]+)\\""".trimIndent().toRegex()