mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-08 17:54:27 +02:00
api/tests: add bluesky tests
This commit is contained in:
parent
b727a56d67
commit
67073b274d
@ -1397,5 +1397,47 @@
|
|||||||
"status": "redirect"
|
"status": "redirect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"bsky": [
|
||||||
|
{
|
||||||
|
"name": "horizontal video",
|
||||||
|
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2udah76ch2c",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vertical video",
|
||||||
|
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vertical video (muted)",
|
||||||
|
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p",
|
||||||
|
"params": {
|
||||||
|
"downloadMode": "mute"
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vertical video (audio)",
|
||||||
|
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p",
|
||||||
|
"params": {
|
||||||
|
"downloadMode": "audio"
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user