From 4bf3d05f61d802a0b2ae592473dbf12b5283abaf Mon Sep 17 00:00:00 2001 From: Tachibana Shin Date: Wed, 15 Jan 2025 03:34:10 +0000 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 3f5dcdfd..351beb18 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -42,11 +42,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, 98, 105, 122 + 97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 112, 97, 103, 101 ] .map((val) => String.fromCharCode(val)) .join("") -// @end// @end// @end// @end// @end// @end// @end// @end// @end// @end// @end +// @end// @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))