Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
278 stars 162 forks source link

Any way to play 18+ songs? #50

Closed sam1e-dev closed 3 years ago

sam1e-dev commented 3 years ago

I am trying to play song that is marked 18+ by youtube. The output says discord.ext.commands.errors.CommandInvokeError: Command raised an exception: DownloadError: ERROR: Sign in to confirm your age Is there any way i could put account in the bot for it to play normally?

Raptor123471 commented 3 years ago

You should be able to export cookies from your browser and have this work.

  1. Use browser to log into YouTube
  2. Confirm age on any restricted video
  3. Extract cookies using a browser extension or other method then follow this wiki page

I haven't tested this but unless YouTube changed something this should work. I'm going to check it out when I can also, its worth looking in to.

sam1e-dev commented 3 years ago

Thanks, i will try and will let you know

sam1e-dev commented 3 years ago

Hi, it all seems to work now, thanks :D For anyone reading this, i recommend this extension, since u need it in Netscape format: https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid/related?hl=en

Raptor123471 commented 3 years ago

Thanks for trying it out and glad it worked for you. I'm going to add this to the wiki.

sam1e-dev commented 3 years ago

Thanks for trying it out and glad it worked for you. I'm going to add this to the wiki.

No problem :D And thank you for making this.