UzayManga: Update CDN url (#11652)
* UzayManga: Update CDN_URL * UzayManga: bump version
This commit is contained in:
parent
c35f9f6111
commit
fc81248cb2
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Uzay Manga'
|
extName = 'Uzay Manga'
|
||||||
extClass = '.UzayManga'
|
extClass = '.UzayManga'
|
||||||
extVersionCode = 39
|
extVersionCode = 40
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|||||||
@ -155,7 +155,7 @@ class UzayManga : ParsedHttpSource() {
|
|||||||
fragment.any { trim().contains(it, ignoreCase = true) }
|
fragment.any { trim().contains(it, ignoreCase = true) }
|
||||||
|
|
||||||
companion object {
|
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:"
|
const val URL_SEARCH_PREFIX = "slug:"
|
||||||
val dateFormat = SimpleDateFormat("MMM d ,yyyy", Locale("tr"))
|
val dateFormat = SimpleDateFormat("MMM d ,yyyy", Locale("tr"))
|
||||||
val pageRegex = """\\"path\\":\\"([^"]+)\\""".trimIndent().toRegex()
|
val pageRegex = """\\"path\\":\\"([^"]+)\\""".trimIndent().toRegex()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user