mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 12:29:26 +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);
|
||||
if(link) {
|
||||
res += ' - http://youtu.be/' + link[2];
|
||||
res += ' - https://youtu.be/' + link[2];
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user