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
I'll work on this part. Authentication is sometimes vital as well. For example, Instagram requires authentication for some regions.
In the meantime, if you have to add authentication, you can always implement IGrabberServices and add cookies to the HttpClient.
This may be of help... ??
// Found here: https://bytes.com/topic/c-sharp/answers/870187-login-youtube-using-c
private void login() {
But I don't know how or where to best integrate this and thought I'd ask before digging into the code.
The text was updated successfully, but these errors were encountered: