We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey team!
I've been trying to use ytdl-core on different networks, but it keeps returning status code: 410, even with a minimal example like this:
ytdl-core
status code: 410
const fs = require("fs"); const ytdl = require("ytdl-core"); ytdl("http://www.youtube.com/watch?v=aqz-KE-bpKQ").pipe( fs.createWriteStream("video.mp4") );
The problem is not related to my environment because I've tested it on different machines and networks, but the issue persists.
Could you help me try to solve it?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
I've been getting this error also and it sucks and annoys me...
Sorry, something went wrong.
No branches or pull requests
Hey team!
I've been trying to use
ytdl-core
on different networks, but it keeps returningstatus code: 410
, even with a minimal example like this:The problem is not related to my environment because I've tested it on different machines and networks, but the issue persists.
Could you help me try to solve it?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: