mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
yt https
This commit is contained in:
parent
349f283af6
commit
faaee59116
@ -56,7 +56,7 @@ var youtube = function(dbot) {
|
|||||||
|
|
||||||
var link = v.link[0].href.match(this.LinkRegex);
|
var link = v.link[0].href.match(this.LinkRegex);
|
||||||
if(link) {
|
if(link) {
|
||||||
res += ' - http://youtu.be/' + link[2];
|
res += ' - https://youtu.be/' + link[2];
|
||||||
}
|
}
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
Loading…
Reference in New Issue
Block a user