kallqvist / skillshare-downloader

MIT License
312 stars 105 forks source link

I don't know exactly how to use this tool #41

Open rushi3691 opened 4 years ago

rushi3691 commented 4 years ago

Annotation 2020-09-29 121133 Pls can someone tell me how to fix this problem and please modify the readme file for better understanding for newbies like me.

kurenai-11 commented 4 years ago

Execute pip install python-slugify in console. Follow instructions to get cookie, add it to example.py.

For more convenient way than editing example.py every time, you can comment line 10 (add # at the start) and add this at the end:

while True:
    dl.download_course_by_class_id((input("Course id: "))

ID is a 9 digit number at the end of URL of course. You can paste it to the console with right mouse click.

rushi3691 commented 4 years ago

Execute pip install python-slugify in console. Follow instructions to get cookie, add it to example.py.

For more convenient way than editing example.py every time, you can comment line 10 (add # at the start) and add this at the end:

while True:
    dl.download_course_by_class_id((input("Course id: "))

ID is a 9 digit number at the end of URL of course. You can paste it to the console with right mouse click.

yeah . Thanks. it works! Can you pls tell me how to download subtitles also?

rushi3691 commented 4 years ago

Execute pip install python-slugify in console. Follow instructions to get cookie, add it to example.py.

For more convenient way than editing example.py every time, you can comment line 10 (add # at the start) and add this at the end:

while True:
    dl.download_course_by_class_id((input("Course id: "))

ID is a 9 digit number at the end of URL of course. You can paste it to the console with right mouse click.

I'm getting this error while using while loop command: err1 error

Aman010101 commented 3 years ago

Guys please help me. I am just trying to download my class. I dont know anything about coding. I spent an hour to find out I need python. Please help and tell me how exactly I need to the thing to download my steps.