diff --git a/src/constants.ts b/src/constants.ts index 79921450..bc2a455a 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, 99, 120 + 97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 105, 110, 102, 111 ] .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 export const C_URL = [104, 116, 116, 112, 115, 58, 47, 47] .map((val) => String.fromCharCode(val))