Skip to content

Commit

Permalink
chore: update host_url
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Jan 6, 2024
1 parent 35db3cf commit c18d664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const TIMEOUT_GET_LAST_EP_VIEWING_IN_STORE = 5_000 // 5s
export const REGEXP_OLD_HOST_CURL = /animevietsub\.(?:\w+)/i

export const HOST_CURL = [
97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 102, 97, 110,
97, 110, 105, 109, 101, 118, 105, 101, 116, 115, 117, 98, 46, 105, 111,
]
.map((val) => String.fromCharCode(val))
.join("")
Expand Down

0 comments on commit c18d664

Please sign in to comment.