mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
tests: add spotify and apple music tests
This commit is contained in:
parent
59276fed5d
commit
8117a1210c
@ -1132,6 +1132,24 @@
|
||||
"status": "stream"
|
||||
}
|
||||
}],
|
||||
"spotify": [{
|
||||
"name": "spotify track",
|
||||
"url": "https://open.spotify.com/track/5dpNZESiavrMXgwkTHi1hy",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "redirect"
|
||||
}
|
||||
}],
|
||||
"apple": [{
|
||||
"name": "spotify music album",
|
||||
"url": "https://music.apple.com/us/album/brat/1739079974",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "redirect"
|
||||
}
|
||||
}],
|
||||
"dailymotion": [{
|
||||
"name": "regular video",
|
||||
"url": "https://www.dailymotion.com/video/x8t1eho",
|
||||
|
Loading…
Reference in New Issue
Block a user