Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Lavalink Youtube #567

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Lavalink/Youtube Pots
Original file line number Diff line number Diff line change
@@ -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
23 changes: 19 additions & 4 deletions Lavalink/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ plugins:
soundgasm: true # soundgasm.net
pixeldrain: true # pixeldrain.com
youtube:
pot:
token: ""
visitorData: ""
enabled: true
allowSearch: true
allowDirectVideoIds: true
Expand Down Expand Up @@ -126,10 +129,22 @@ sentry:

logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
path: ./logs/

level:
root: INFO
lavalink: INFO
lavalink: INFO

request:
enabled: true
includeClientInfo: true
includeHeaders: false
includeQueryString: true
includePayload: true
maxPayloadLength: 10000


logback:
rollingpolicy:
max-file-size: 1GB
max-history: 30
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -54,4 +54,4 @@
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
}
}
}