YoutubeDLSharp
YoutubeDLSharp copied to clipboard
403 Forbidden
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());
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?