Use a `poToken` (Proof of Origin Token)
mainA poToken is a JavaScript challenge response used to identify requests as originating from a browser rather than a bot. This is specifically useful for the WEB and WEBEMBEDDED clients.
You can obtain a poToken using tools like youtube-trusted-session-generator.
Note: You do not need to specify a poToken if you are already using OAuth.
### Lavaplayer
```java
// Web is dev.lavalink.youtube.clients.Web
Web.setPoTokenAndVisitorData("your po_token", "your visitor_data");Lavalink
plugins:
youtube:
pot:
token: "paste your po_token here"
visitorData: "paste your visitor_data here"