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.
Youtube: specific account not able to extract video data #26909
Comments
|
Thanks to october262. |
Checklist
Question
I use the same method to get cookie.txt for main and alt account.
Alt account can extract video data normally, but not the main account.
I need the membership content that is only available on main account.
With the same setting only change it to alt account's cookie.txt file, the link is extracted normally
What I have tried.
Fresh install of firefox to get cookie.txt for main account. (only login to main account) Failed
Switching to alt account on youtube page then get the cookie.txt. Since it is using alt account to extract. It extracts video data normally.
I have asked my friend to try extract same link with his cookie.txt, he can extract it normally. We both have the 2FA on. My alt account doesn't have 2FA on.
Using phone's internet to extract, still only main account failed.
Tried to use non-valid cookie.txt, it will extract normally. That means it will only fail on extract if the main account cookie.txt is valid.
Tried extract it on W7 and W10 (different computer), still getting the same result.
Main account was working normally Oct. 10.
Re login the account does nothing too.
I can watch youtube normally with my main account on browser.
Therefore, I conclude there must be something wrong with my main account.
I used --write-page getting the dump.
Looks like my main account got a different structure of HTML.
Main Gk_OVUlKL2Y_https_-_www.youtube.com_watchhl=en_bpctr=9999999999_disable_polymer=true_v=Gk_OVUlKL2Y_gl=US_has_verified=1.txt
ALT Gk_OVUlKL2Y_https_-_www.youtube.com_watchhl=en_disable_polymer=true_v=Gk_OVUlKL2Y_bpctr=9999999999_gl=US_has_verified=1.txt
How do I fix this problem?