## Problem YouTube requires authentication cookies to download. Without cookies, yt-dlp fails with "Sign in to confirm you're not a bot". ## Solution - [ ] Add CookiesFilePath config option - [ ] Pass cookies to YoutubeDLSharp via OptionSet - [ ] Document how to export cookies from browser (yt-dlp wiki link) - [ ] Support per-domain cookie files
Problem
YouTube requires authentication cookies to download. Without cookies, yt-dlp fails with "Sign in to confirm you're not a bot".
Solution