From 31f6ff9b87ee7cf23dce7bf9217f8901a6e59e08 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 23 Jan 2025 21:51:06 +0600 Subject: [PATCH 1/3] api/tests/loom: update test links the old video is unavailable for an unknown reason. it's unplayable in a regular browser and also loom's own landing page. --- api/src/util/tests/loom.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/src/util/tests/loom.json b/api/src/util/tests/loom.json index 1849a000..cc4273d3 100644 --- a/api/src/util/tests/loom.json +++ b/api/src/util/tests/loom.json @@ -1,7 +1,7 @@ [ { "name": "1080p video", - "url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761", + "url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885", "params": {}, "expected": { "code": 200, @@ -10,7 +10,7 @@ }, { "name": "1080p video (muted)", - "url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761", + "url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885", "params": { "downloadMode": "mute" }, @@ -21,7 +21,7 @@ }, { "name": "1080p video (audio only)", - "url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761", + "url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885", "params": { "downloadMode": "audio" }, From 7b31817fdb7501233d3eddc375db4311cbe4fc3c Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 23 Jan 2025 21:58:41 +0600 Subject: [PATCH 2/3] api/tests/xiaohongshu: update photo test link --- api/src/util/tests/xiaohongshu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/util/tests/xiaohongshu.json b/api/src/util/tests/xiaohongshu.json index 425a6a2e..de632a77 100644 --- a/api/src/util/tests/xiaohongshu.json +++ b/api/src/util/tests/xiaohongshu.json @@ -19,7 +19,7 @@ }, { "name": "one photo", - "url": "https://www.xiaohongshu.com/explore/6788b56200000000210008c8?xsec_token=CBSDiWU4N-DgirHrOVbIWrlKfUNFHKwm-Wsjqz7dIMc_k", + "url": "https://www.xiaohongshu.com/explore/676e132d000000000b016f68?xsec_token=ABRv6LKzizOFeSaf2HnnBkdBqniB5Ak1fI8tMAHzO31jA", "params": {}, "expected": { "code": 200, From 906d9293337a8916a4c7da8ca1ab792f925233c8 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 23 Jan 2025 22:00:02 +0600 Subject: [PATCH 3/3] api/tests/pinterest: update the gif link because the id changed??? --- api/src/util/tests/pinterest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/util/tests/pinterest.json b/api/src/util/tests/pinterest.json index 6308adb4..4760dd36 100644 --- a/api/src/util/tests/pinterest.json +++ b/api/src/util/tests/pinterest.json @@ -68,7 +68,7 @@ }, { "name": "regular gif", - "url": "https://www.pinterest.com/pin/814447913881127862/", + "url": "https://www.pinterest.com/pin/643170390530326178/", "params": {}, "expected": { "code": 200, @@ -77,7 +77,7 @@ }, { "name": "regular gif (.ca TLD)", - "url": "https://www.pinterest.ca/pin/814447913881127862/", + "url": "https://www.pinterest.ca/pin/643170390530326178/", "params": {}, "expected": { "code": 200,