JohnHKoh

Results 3 comments of JohnHKoh

Same issue here - in the Chrome DevTools, the cookie looks like: ``` YT_CL={"loctok":"stringofchars"}; ``` Before, I was receiving the error: "Exception: Your cookie is missing the required value __Secure-3PAPISID"....

Started playing around with this, here is a rudimentary way to provide type validation. I created a new module called where I started to define some types. The `Playlist` type,...

> I think we should probably start by dumping the currently returned responses to make sure we don't miss any fields. Then we can have a look at the code...