Add missing formatter entry for vid.me
This commit is contained in:
parent
292efd2b71
commit
0aa73a4b14
3 changed files with 5 additions and 1 deletions
|
|
@ -220,6 +220,8 @@
|
|||
return "http://vimeo.com/" + id;
|
||||
case "dm":
|
||||
return "http://dailymotion.com/video/" + id;
|
||||
case "vm":
|
||||
return "https://vid.me/" + id;
|
||||
case "sc":
|
||||
return id;
|
||||
case "li":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue