feat: add dailymotion support

closes #343
This commit is contained in:
dumbmoron
2024-02-21 00:50:48 +00:00
parent 77df90412b
commit a97733d257
8 changed files with 150 additions and 1 deletions

View File

@@ -1197,5 +1197,30 @@
"code": 200,
"status": "stream"
}
}],
"dailymotion": [{
"name": "regular video",
"url": "https://www.dailymotion.com/video/x8t1eho",
"params": {},
"expected": {
"code": 200,
"status": "stream"
}
}, {
"name": "private video",
"url": "https://www.dailymotion.com/video/k41fZWpx2TaAORA2nok",
"params": {},
"expected": {
"code": 200,
"status": "stream"
}
}, {
"name": "dai.ly shortened link",
"url": "https://dai.ly/k41fZWpx2TaAORA2nok",
"params": {},
"expected": {
"code": 200,
"status": "stream"
}
}]
}