mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-28 20:21:35 +01:00
api/url: add missing break to dailymotion case
This commit is contained in:
parent
8e9e8ab63f
commit
ccdcd4cb09
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ function aliasURL(url) {
|
||||||
if (url.hostname === 'dai.ly' && parts.length === 2) {
|
if (url.hostname === 'dai.ly' && parts.length === 2) {
|
||||||
url = new URL(`https://dailymotion.com/video/${parts[1]}`)
|
url = new URL(`https://dailymotion.com/video/${parts[1]}`)
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case "facebook":
|
case "facebook":
|
||||||
case "fb":
|
case "fb":
|
||||||
|
|
Loading…
Add table
Reference in a new issue