-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error 403 #153
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Are you both using cookies or/and proxy ? |
No I'm not. Just using the minimal out-of-the-box functionality. I am specifying a specific format via the downloadOptions param when I start the download, but I'm assuming that's unlikely to be relevant. My setup to acquire the Readable stream is const metadata: videoInfo = await getInfo(ytLink);
const formatToUse: videoFormat = metadata.formats.filter(format => ...)[0];
const videoStream: Readable = ytdl(ytLink, { format: formatToUse }); From there what I do with the stream is heavily bespoke for my circumstances. But I can also successfully run |
Ok, this is weird because i'm doing the same think, but throught proxy. |
Downgrade worked for me as well, thanks boss! |
"WEB" client seem doesn't work on every region. ytdl.getInfo("...", { playerClients: ["IOS", "WEB_CREATOR"] }) I will investigate this when I have time. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Still facing this issue even when downgrading to 4.15.6 or 4.15.7 and setting the default playerClients. |
downgrade also worked for me (4.15.4) |
it worked for me too: |
Can the author/repo owner stop marking "rollback" comments as resolved? As long as the latest revision reproduces the problem, the issue is NOT resolved. |
Describe the bug and how to reproduce it
Hi,
I'm using the last version 4.15.8 but i'm not able to download videos. I'm getting a error 403.
Environment
The text was updated successfully, but these errors were encountered: