skillshare-downloader
skillshare-downloader copied to clipboard
document.cookie where?
I use Google to sign in to skillshare so maybe that's the issue. Could that be why I can't find document.cookie?
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.
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

then send this command
document.cookie
and press enter and copy the session code without ""
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.
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
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 :)
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?
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
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
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!