mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
api/test: add test for audio download if no video found
tests for bug fixed in fb7325f3b2
This commit is contained in:
parent
fb7325f3b2
commit
2ccc210622
|
@ -486,6 +486,17 @@
|
||||||
"code": 400,
|
"code": 400,
|
||||||
"status": "error"
|
"status": "error"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "broken audioOnly download",
|
||||||
|
"url": "https://www.youtube.com/watch?v=ink80Al5nbw",
|
||||||
|
"params": {
|
||||||
|
"downloadMode": "audio"
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "tunnel"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vk": [
|
"vk": [
|
||||||
|
|
Loading…
Reference in a new issue