From 92bf96f159aaf7fcb88aa6ce459e43500630a661 Mon Sep 17 00:00:00 2001 From: Tachibana Shin Date: Fri, 20 Sep 2024 11:35:37 +0700 Subject: [PATCH] [script]: Update `HOST_CURL` --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index c80c7037..0e2df0ae 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -46,11 +46,11 @@ export const REGEXP_OLD_HOST_CURL = /animevietsub\.(?:\w+)/i // @host export const HOST_CURL = [ - 97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 117, 107 + 97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 112, 117, 98, 47, 120, 97, 99, 45, 109, 105, 110, 104, 46, 112, 104, 112, 63, 114, 101, 102, 61, 97, 72, 82, 48, 99, 72, 77, 54, 76, 121, 57, 104, 98, 109, 108, 116, 90, 88, 90, 112, 90, 88, 82, 122, 100, 87, 73, 117, 99, 72, 86, 105, 76, 119, 61, 61 ] .map((val) => String.fromCharCode(val)) .join("") -// @end +// @end// @end export const C_URL = [104, 116, 116, 112, 115, 58, 47, 47] .map((val) => String.fromCharCode(val))