diff --git a/Lavalink/Youtube Pots b/Lavalink/Youtube Pots new file mode 100644 index 0000000000..7321b44e90 --- /dev/null +++ b/Lavalink/Youtube Pots @@ -0,0 +1,2 @@ +To get youtube pots keys please download this to your pc and make sure you have python installed +https://github.com/iv-org/youtube-trusted-session-generator diff --git a/Lavalink/application.yml b/Lavalink/application.yml index 32c822f3a9..9dca650c1b 100644 --- a/Lavalink/application.yml +++ b/Lavalink/application.yml @@ -49,6 +49,9 @@ plugins: soundgasm: true # soundgasm.net pixeldrain: true # pixeldrain.com youtube: + pot: + token: "" + visitorData: "" enabled: true allowSearch: true allowDirectVideoIds: true @@ -126,10 +129,22 @@ sentry: logging: file: - max-history: 30 - max-size: 1GB - path: ./logs/ + path: ./logs/ level: root: INFO - lavalink: INFO \ No newline at end of file + lavalink: INFO + + request: + enabled: true + includeClientInfo: true + includeHeaders: false + includeQueryString: true + includePayload: true + maxPayloadLength: 10000 + + + logback: + rollingpolicy: + max-file-size: 1GB + max-history: 30 diff --git a/Lavalink/plugins/youtube-plugin-dev.jar b/Lavalink/plugins/youtube-plugin-1.7.2.jar similarity index 89% rename from Lavalink/plugins/youtube-plugin-dev.jar rename to Lavalink/plugins/youtube-plugin-1.7.2.jar index b6807befb2..0291dde52f 100644 Binary files a/Lavalink/plugins/youtube-plugin-dev.jar and b/Lavalink/plugins/youtube-plugin-1.7.2.jar differ diff --git a/package-lock.json b/package-lock.json index 1a56328f47..76f3b3f42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "dateformat": "^4.6.3", - "discord.js": "^14.13.0", + "discord.js": "^14.15.3", "duckduckgo-images-api": "^1.0.5", "express": "^4.17.1", "genius-lyrics-api": "^3.0.6", "i18next": "^23.5.1", "i18next-node-fs-backend": "^2.1.3", - "magmastream": "^2.5.9", + "magmastream": "^2.5.11", "moment": "^2.29.1", "mongoose": "^7.5.2", "puppeteer": "^21.3.1", diff --git a/package.json b/package.json index e1c8bb9951..9b41c31c30 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "dateformat": "^4.6.3", - "discord.js": "^14.13.0", + "discord.js": "^14.15.3", "duckduckgo-images-api": "^1.0.5", "express": "^4.17.1", "genius-lyrics-api": "^3.0.6", "i18next": "^23.5.1", "i18next-node-fs-backend": "^2.1.3", - "magmastream": "^2.5.9", + "magmastream": "^2.5.11", "moment": "^2.29.1", "mongoose": "^7.5.2", "puppeteer": "^21.3.1", @@ -54,4 +54,4 @@ "utf-8-validate": "^6.0.3", "zlib-sync": "^0.1.8" } -} \ No newline at end of file +}