mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
add: odysee tests
This commit is contained in:
parent
86ed93451c
commit
b3c6ca9d59
@ -1160,5 +1160,81 @@
|
|||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "stream"
|
"status": "stream"
|
||||||
}
|
}
|
||||||
|
}],
|
||||||
|
"odysee": [{
|
||||||
|
"name": "video link in a /creator:letter/video:letter format",
|
||||||
|
"url": "https://odysee.com/@endermanch:d/deleting-windows-11-in-recycle-bin:c",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /creator/video:letter format",
|
||||||
|
"url": "https://odysee.com/@endermanch/deleting-windows-11-in-recycle-bin:c",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /creator:letter/video format",
|
||||||
|
"url": "https://odysee.com/@endermanch:d/deleting-windows-11-in-recycle-bin",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /creator/video format",
|
||||||
|
"url": "https://odysee.com/@endermanch/deleting-windows-11-in-recycle-bin",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /video:letter format",
|
||||||
|
"url": "https://odysee.com/deleting-windows-11-in-recycle-bin:c",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /video format",
|
||||||
|
"url": "https://odysee.com/deleting-windows-11-in-recycle-bin",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /video format (muted)",
|
||||||
|
"url": "https://odysee.com/deleting-windows-11-in-recycle-bin",
|
||||||
|
"params": {
|
||||||
|
"isAudioMuted": true
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "video link in a /video format (audio only)",
|
||||||
|
"url": "https://odysee.com/deleting-windows-11-in-recycle-bin",
|
||||||
|
"params": {
|
||||||
|
"isAudiOnly": true
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "redirect"
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user