Skip to content
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

403 Forbidden #48

Open
xeo545x39 opened this issue Feb 29, 2024 · 1 comment
Open

403 Forbidden #48

xeo545x39 opened this issue Feb 29, 2024 · 1 comment
Labels
reproducibility Requires further information to be reproducible by the developers

Comments

@xeo545x39
Copy link

xeo545x39 commented Feb 29, 2024

When using library it returns 403 forbidden as on image below. Running yt-dlp standalone works correctly and downloads the file.

var ytdl = new YoutubeDL
    {
        OutputFolder = convertedDir
    };

   var result = await ytdl.RunVideoDownload(
                new Uri(videoUrl).ToString());

image
image

@alxnull
Copy link
Member

alxnull commented Apr 28, 2024

Hey @xeo545x39, did you ensure to use the exact same version of yt-dlp in both cases? Could you share an example link where this happens to help me reproduce?

@alxnull alxnull added the reproducibility Requires further information to be reproducible by the developers label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reproducibility Requires further information to be reproducible by the developers
Development

No branches or pull requests

2 participants