added d.rp
This commit is contained in:
parent
f4c72da843
commit
e71263f992
1 changed files with 4 additions and 0 deletions
|
@ -843,6 +843,10 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
|||
var v = word.replace(/https?:\/\/cl\.ly\//, "");
|
||||
src = "http://thumbs.cl.ly/" + v;
|
||||
|
||||
} else if (word.startsWith("http://d.pr/i/") || word.startsWith("https://d.pr/i/")) {
|
||||
|
||||
src = word + "+";
|
||||
|
||||
} else if (word.startsWith("http://vimeo.com/") || word.startsWith("http://vimeo.com/")) {
|
||||
|
||||
var video_id = word.replace(/https?:\/\/vimeo\.com\//, "");
|
||||
|
|
Reference in a new issue