skillshare-downloader icon indicating copy to clipboard operation
skillshare-downloader copied to clipboard

document.cookie where?

Open RA5Dgz2L46 opened this issue 5 years ago • 9 comments
trafficstars

I use Google to sign in to skillshare so maybe that's the issue. Could that be why I can't find document.cookie?

RA5Dgz2L46 avatar Nov 02 '20 18:11 RA5Dgz2L46

How you signin shouldn't affect how the cookie is stored.

Have you tried using a different browser? It works fine for me with Firefox.

w3bdesign avatar Nov 05 '20 21:11 w3bdesign

I use Google to sign in to skillshare so maybe that's the issue. Could that be why I can't find document.cookie?

Press Ctrl + Shift + I to open developer tools in the browser

then open console tab image

then send this command document.cookie and press enter and copy the session code without ""

04anubhavv avatar Nov 12 '20 16:11 04anubhavv

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

Syadzasg avatar Nov 14 '20 18:11 Syadzasg

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

open cmd type pip and enter If you don't get any error then type pip install python-slugify then retry running the example.py

04anubhavv avatar Nov 14 '20 18:11 04anubhavv

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

if you still get an error then try this application https://www.youtube.com/watch?v=_2dOZUu-fsw

I made this application based on this repo and you don't need to enter your cookies as well :)

04anubhavv avatar Nov 14 '20 18:11 04anubhavv

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

if you still get an error then try this application https://www.youtube.com/watch?v=_2dOZUu-fsw

I made this application based on this repo and you don't need to enter your cookies as well :)

thanks, but your app how do i use it? after running it, it doesnt seems working? Do i need to paste the skillshare link on that blank black window?

Syadzasg avatar Nov 15 '20 05:11 Syadzasg

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

if you still get an error then try this application https://www.youtube.com/watch?v=_2dOZUu-fsw I made this application based on this repo and you don't need to enter your cookies as well :)

thanks, but your app how do i use it? after running it, it doesnt seems working? Do i need to paste the skillshare link on that blank black window?

Yes you plaste the class link in class URL blank area And the cookie area to be blank

04anubhavv avatar Nov 15 '20 06:11 04anubhavv

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

if you still get an error then try this application https://www.youtube.com/watch?v=_2dOZUu-fsw I made this application based on this repo and you don't need to enter your cookies as well :)

thanks, but your app how do i use it? after running it, it doesnt seems working? Do i need to paste the skillshare link on that blank black window?

See the video it has all steps

04anubhavv avatar Nov 15 '20 06:11 04anubhavv

Newbie to python here, ..so i've alr copied the cookie and paste it on the example.py what happens next? and i think i've skipped this part: python-slugify which idk how to install that to python.. i saw that i have to execute pip install python-slugify to console.. But what or where is that console? sorry totally new at this. Hope someone reply my stupid qns lol.

if you still get an error then try this application https://www.youtube.com/watch?v=_2dOZUu-fsw

I made this application based on this repo and you don't need to enter your cookies as well :)

thanks buddy. works great!

RA5Dgz2L46 avatar Nov 15 '20 14:11 RA5Dgz2L46