Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Unable to download from youtube.com when logged in with a valid cookie #26554
Comments
|
You could get the playlist first with cookie and then download the videos in the playlist without using cookies. |
|
Yup, however its not working as designed, hence the bug report. |
Verbose log
Request subscription playlist (To prove my cookie is good)
Request first video from playlist (To show error)
Request same video without cookie (To show that its something that my users is specifically being served)
Description
In order to obtain my subscription playlist I need to use --cookie (which is working)
However if I attempt to download a video by using the same cookie then the download is "Unable to extract video data"
If I attempt to download the same video without providing the cookie then the video downloads successfully.
To me this implies I am being served a non-standard page when I am logged in.