mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
api/test: add test for audio download if no video found
tests for bug fixed in fb7325f3b2a9ebcbe60061a10bf343800cff0a90
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…
x
Reference in New Issue
Block a user