mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
fix *.cdn-telegram.org
This commit is contained in:
parent
adb91a06d5
commit
d5c852e989
@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur
|
|||||||
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
||||||
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
||||||
|
|
||||||
VERSION = 1.2.1
|
VERSION = 1.2.2-beta1
|
||||||
|
|
||||||
USE_DELTA = false
|
USE_DELTA = false
|
||||||
VERSION_DELTA =
|
VERSION_DELTA =
|
||||||
|
@ -9,7 +9,7 @@ import scala.util.matching.Regex
|
|||||||
|
|
||||||
object TelegramUserInformation {
|
object TelegramUserInformation {
|
||||||
|
|
||||||
private val DC_QUERY_PROCESSOR_REGEX: Regex = "(cdn[1-9]).tele(sco.pe|gram-cdn.org)"r
|
private val DC_QUERY_PROCESSOR_REGEX: Regex = "(cdn[1-9]).(telesco\\.pe|telegram-cdn\\.org|cdn-telegram\\.org)"r
|
||||||
|
|
||||||
private val httpClient = OkHttpSyncBackend()
|
private val httpClient = OkHttpSyncBackend()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user