mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
api/url: add missing break to dailymotion case
This commit is contained in:
@ -67,6 +67,7 @@ function aliasURL(url) {
|
||||
if (url.hostname === 'dai.ly' && parts.length === 2) {
|
||||
url = new URL(`https://dailymotion.com/video/${parts[1]}`)
|
||||
}
|
||||
break;
|
||||
|
||||
case "facebook":
|
||||
case "fb":
|
||||
|
Reference in New Issue
Block a user