api/instagram: update tests

This commit is contained in:
jj 2025-02-08 20:05:49 +00:00
parent cca61275f1
commit a8cc5bc8bc
No known key found for this signature in database

View file

@ -1,11 +1,11 @@
[ [
{ {
"name": "single photo post", "name": "single photo post",
"url": "https://www.instagram.com/p/CwIgW8Yu5-I/", "url": "https://www.instagram.com/p/DFx6KVduFWy/",
"params": {}, "params": {},
"expected": { "expected": {
"code": 200, "code": 200,
"status": "redirect" "status": "tunnel"
} }
}, },
{ {
@ -19,7 +19,7 @@
}, },
{ {
"name": "reel", "name": "reel",
"url": "https://www.instagram.com/reel/CoEBV3eM4QR/", "url": "https://www.instagram.com/reel/DFQe23tOWKz/",
"params": {}, "params": {},
"expected": { "expected": {
"code": 200, "code": 200,
@ -37,7 +37,7 @@
}, },
{ {
"name": "reel (isAudioOnly)", "name": "reel (isAudioOnly)",
"url": "https://www.instagram.com/reel/CoEBV3eM4QR/", "url": "https://www.instagram.com/reel/DFQe23tOWKz/",
"params": { "params": {
"downloadMode": "audio" "downloadMode": "audio"
}, },
@ -48,7 +48,7 @@
}, },
{ {
"name": "reel (isAudioMuted)", "name": "reel (isAudioMuted)",
"url": "https://www.instagram.com/reel/CoEBV3eM4QR/", "url": "https://www.instagram.com/reel/DFQe23tOWKz/",
"params": { "params": {
"downloadMode": "mute" "downloadMode": "mute"
}, },
@ -120,4 +120,4 @@
"status": "redirect" "status": "redirect"
} }
} }
] ]