kallqvist / skillshare-downloader

MIT License
312 stars 105 forks source link

Cannot find document.cookie #34

Closed virtuabart closed 4 years ago

virtuabart commented 4 years ago

I cannot execute the python script because I cannot find my cookie.

image

AmirGhiasi95 commented 4 years ago

It seems like you're using Firefox. You need to click on "Console" and type document.cookie and then hit enter. In case it's not found there, head over to "Storage" tab and find it there.

virtuabart commented 4 years ago

Hello thanks for replying. I am using Google Chrome.

I managed to find the cookie here;

  1. I sign in to Skillshare. Watch a video
  2. Right click, Inspect

image