api/test: add test for audio download if no video found

tests for bug fixed in fb7325f3b2
This commit is contained in:
jj 2024-10-26 18:07:13 +00:00
parent fb7325f3b2
commit 2ccc210622
No known key found for this signature in database

View file

@ -486,6 +486,17 @@
"code": 400,
"status": "error"
}
},
{
"name": "broken audioOnly download",
"url": "https://www.youtube.com/watch?v=ink80Al5nbw",
"params": {
"downloadMode": "audio"
},
"expected": {
"code": 200,
"status": "tunnel"
}
}
],
"vk": [