Skip to content

Commit

Permalink
[script]: Update HOST_CURL
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Oct 16, 2024
1 parent 271742a commit 75ef92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, 116, 117, 98, 101
97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 114, 117, 110
]
.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))
Expand Down

0 comments on commit 75ef92b

Please sign in to comment.