From 0ce988087400337315a18797f47854d9d0955ad9 Mon Sep 17 00:00:00 2001 From: Tachibana Shin Date: Mon, 7 Oct 2024 20:18:51 +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 7e0dce3d..c6db97fc 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, 110, 108 + 97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 116, 117, 98, 101 ] .map((val) => String.fromCharCode(val)) .join("") -// @end// @end// @end// @end// @end +// @end// @end// @end// @end// @end// @end export const C_URL = [104, 116, 116, 112, 115, 58, 47, 47] .map((val) => String.fromCharCode(val))