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 Sep 20, 2024
1 parent bee0c0c commit 92bf96f
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 @@ -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))
Expand Down

0 comments on commit 92bf96f

Please sign in to comment.