You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
Hi,
I'm working with the latest version and some of YouTube videos URL throw exception of "The remote server returned an error: (403) Forbidden."
For example:
https://www.youtube.com/watch?v=g_2X59Cycrc working fine without any exception
https://www.youtube.com/watch?v=jKbR7u8J5PU throw exception in VideoDownloader.cs
using (WebResponse response = request.GetResponse())
Can you please help with this issue?
Thanks,