-
Notifications
You must be signed in to change notification settings - Fork 2k
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
EvoBot Project Update #1672
Comments
For now, I think the best thing is to give us the option of using our cookies and thus have a temporary solution, right? It would be the best for now. |
I would also like to suggest that development in other areas continue. (The best they can without being able to test things like YouTube videos/music). There are a lot of open pull requests, mainly related to outdated dependencies. Last I used the code, there were also some security concerns caused by said dependencies, (although I'm not sure if that is still the case). Things like this should still be worked on while we search for a solution, as one will eventually come. This is far from the first time something like this has happened, and I doubt it'll be the last either. |
Thx for the update, even know it's not exciting news I appreciate the transparency. Thx for keeping the bot up that point, hopefully a switch of libraries would be on the table and a decent fix in the future Else i know it isn't ideal at all but going back to SoundCloud compatibility may be an option too at least until Google settles a bit |
What about using Invidious? It has a fairly easy to use API. Here's an example: https://invidious.privacyredirect.com/api/v1/videos/dQw4w9WgXcQ Obviously Invidious is also suffering from the bot crackdown, so not every public instance will always work. Sometimes the URL to the audio file is invalid, other times the API can't return anything, and some public instances even have Cloudflare in place, which doesn't want to let bots through. Of course it's possible to host a private instance of Invidious, but that could be set in the EvoBot config or something. Edit: API endpoint for retrieving all public instances: https://api.invidious.io/instances.json?pretty=0 |
I've created a POC written in Python: https://github.com/dieser-niko/invidious_downloader I've been running this script for a while and it managed to download 85 out of 86 videos (from Trending) and convert it to mp3. |
What about making a bot music download first, reproduce second, with a one file replace per server?, maybe not the best solution, but it's something. Edit: maybe you should pin this issue. |
I'm not sure personally, but that might be treading into piracy terroritory if it is being downloaded, rather than streamed. |
I actually added it to my own fork |
I've gotta admit, I didn't expect YouTube to crack down this much. Some of the last remaining instances are getting blocked, even their IPv6 ranges. I haven't tested it yet, but maybe YouTube only blocks on higher usages. Maybe a private Invidious instance might help here. |
Yes, I am using a public instance. Also, seems like to host an instance we need a residental ip |
EvoBot Update: YouTube Issues & Project Status
Hey everyone,
I wanted to give you all a heads up about what's going on with EvoBot. As you might have noticed, we've hit a pretty big snag.
The Problem
YouTube's been cracking down hard on bots like this one. They've put in place some tough measures that are making it nearly impossible for EvoBot (and other Discord music bots) to grab audio from YouTube videos.
Where We're At
I'll be straight with you: EvoBot is kind of in limbo right now. I don't want to say it's dead because I'm hoping we can figure something out, but for now, we're basically on pause.
Why We're Not Using "Easy" Fixes
Now, I know some of you might be thinking, "Can't we just use our own cookies to get around this?" And yeah, that might work. But here's the thing - EvoBot was supposed to be this easy-to-use template. Having everyone mess around with exporting their browser cookies and stuffing them into the code? That's not what I had in mind when I started this project.
What's Next?
Honestly, I'm not sure yet. I'm keeping an eye out for solutions that don't involve everyone jumping through hoops just to get their bot working. Until we find something that fits the bill, EvoBot's going to stay on the bench.
If anyone's got ideas on how we can tackle this without making things super complicated for users, I'm all ears.
Thanks for sticking with EvoBot, and for understanding. I'll keep you posted if anything changes.
The text was updated successfully, but these errors were encountered: