Skip to content

Commit

Permalink
Merge branch 'imputnet:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEREX222 authored Jan 23, 2025
2 parents d31b577 + 906d929 commit a6196e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/src/util/tests/loom.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions api/src/util/tests/pinterest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion api/src/util/tests/xiaohongshu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6196e5

Please sign in to comment.