-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
[BUG] Exception: Unable to parse yt initial info #251
Comments
DigitalOcean's IPs were "blacklisted" on the YT side recently. So it's out of the library's scope maybe.
Totally agree! |
I think it would be helpful if I put up a little info how to use the cookies arg. for this you would need Netscape HTTP Cookie File . go to youtube.com and use this extension to get both www.youtube.com and youtube.com cookies. merge them into 1 file and pass that file location into the cookie argument. |
Thanks, it works. I'm using this argument:
|
Basic information
Describe the bug
Suddenly youtube is asking to "sign in to verify". obviously the only solution is to sign in (or provide signed in cookies).
This is very weird because it only seems to be happening on "digitalocean" IP's and not on AWS IP's.
Only solution is adding proper documentation for "cookies" args that is being used to go around this problem.
The text was updated successfully, but these errors were encountered: