youtube-dlc icon indicating copy to clipboard operation
youtube-dlc copied to clipboard

[Feature Request] Cookie Updater

Open blackjack4494 opened this issue 3 years ago • 1 comments

Description

Kinda related to this #192 For YouTube there seems to be an easy way how to refresh cookies.
Actually only a few cookies are needed as a proof for youtube/google to identify yourself.
If you can identify yourself with specific valid cookies (those last long it seems ~1yr) youtube will send you back valid (some kind of session) cookies which you can then use.

It seems you have to refresh __Secure-3PSIDCC and SIDCC (and VISITOR_INFO1_LIVE but this will be set regardless)

You need those mentioned in the first box here https://github.com/blackjack4494/youtube-dlc/issues/54#issuecomment-688923937 (but VISITOR_INFO1_LIVE) HSID, SSID, SID

Everything can be tested with curl again.
If everything works like I imagine it the cookie updater feature can be added.

blackjack4494 avatar Oct 17 '20 09:10 blackjack4494