-
Notifications
You must be signed in to change notification settings - Fork 14
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
403 error on most video downloads #65
Comments
Hi. Yes, another barrier from Youtube. There is a work around to this by spoofing an alternative client to the standard web client. I will push a PR soon. |
PR #66 published. |
The video downloads seem to work ok but only if you use a cookie and user-agent. However the search functionality seems to be broken. You can see this with the example application that yields the following.
|
Around the end of last month, Youtube started making it increasingly necessary to have a logged-in cookie to access video info. It is not a problem unique to ytcog. As for search, there are quite a lot of similar problems in this project that I will patch shortly in v2.6 In the meantime, I am working on a new innertube project that will eventually replace this project. |
Thanks for the update. Your efforts are much appreciated. Great project. |
Hi @gatecrasher777 any news on v2.6 patch? |
@gatecrasher777 , do you know of any easy to implement workarounds for this issue? |
I'm trying to download 1080p videos using the latest release but it seems to silently fail falling back to the 360p version no matter what settings I use.
Using the video_test.js example with no config changes but adding some console logging to the failed function in dl.js I'm seeing:
I can't see how the recent changes would cause this so perhaps something has changed at the YT end?
The text was updated successfully, but these errors were encountered: