From 5cf74a65ab721eef59073db7ebf78be0ae10dad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20H?= Date: Sat, 6 Jun 2020 11:24:12 +0200 Subject: [PATCH] revert --- package.json | 4 ++-- src/modules/music.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a04e12b..e059076 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "to-zalgo": "^1.0.1", "urban": "^0.3.2", "weather-js": "^2.0.0", - "ytdl-core": "github:FLGX06/node-ytdl-core#invidious", - "ytdl-core-discord": "github:FLGX06/ytdl-core-discord#invidious" + "ytdl-core": "^2.1.7", + "ytdl-core-discord": "^1.2.0" }, "devDependencies": {}, "scripts": { diff --git a/src/modules/music.js b/src/modules/music.js index d617ff8..8714af8 100644 --- a/src/modules/music.js +++ b/src/modules/music.js @@ -37,7 +37,7 @@ exports.getGuild = function (id) { } exports.getLinkFromID = function (id) { - return 'https://invidio.us/watch?v=' + id + '&local=true' + return 'https://www.youtube.com/watch?v=' + id } exports.getVideoByQuery = async function (client, query, message) {