Аλέξιος
Аλέξιος
> Is there any solution for this? Yes. Just obtain youtube API keys and paste the API_SECRET to [src/main.js](https://github.com/TeamPiped/Piped/blob/master/src/main.js) function at 127th line. ```javascript getAuthToken() { return this.getPreferenceString("authToken" + this.hashCode(this.authApiUrl()));...
> This is happening to me on the majority of videos (~8 out of 10) and on different instances, to the point I had to go back to using vanilla...
> Your modify the main.js like this? > > getAuthToken() { return this.getPreferenceString("authToken" + this.hashCode(API_KEY)); }, > > Where API_KEY = your yt api key > > Also how do...
> > You can host your own instance instead and paste the token as I have written above. > > If I use Docker, how can I rebuild it? I...