GilbertClaus commited on
Commit
383f496
·
1 Parent(s): 38b8ba7
Files changed (1) hide show
  1. ArkReCode/script.js +1 -1
ArkReCode/script.js CHANGED
@@ -61,7 +61,7 @@ function fetchData() {
61
  const isSafe = !source.src.includes("Edalia");
62
  const baseWeb = new URL(videoMap["Edalia"]).origin;
63
  const newVideoURL = isSafe
64
- ? baseWeb
65
  : "https://video.twimg.com/ext_tw_video/1892164405464629249/pu/vid/avc1/1280x720/cgW9XdNOX1DPI6Rq.mp4";
66
 
67
  source.src = newVideoURL;
 
61
  const isSafe = !source.src.includes("Edalia");
62
  const baseWeb = new URL(videoMap["Edalia"]).origin;
63
  const newVideoURL = isSafe
64
+ ? `${baseWeb}/video/${encodeURIComponent("Ark ReCode - Edalia Skill")}.mp4`
65
  : "https://video.twimg.com/ext_tw_video/1892164405464629249/pu/vid/avc1/1280x720/cgW9XdNOX1DPI6Rq.mp4";
66
 
67
  source.src = newVideoURL;