mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 22:26:28 +01:00
api/instagram: update tests
This commit is contained in:
parent
cca61275f1
commit
a8cc5bc8bc
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue