r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
351 stars 142 forks source link

Update Extracting Cookies and Usage #65

Closed vegazbabz closed 3 years ago

vegazbabz commented 3 years ago

Is it possible that you could update the Extracting Cookies and Usage section? Seems like it is not accurate anymore? Or maybe just explain a bit further. Thanks!

55

r0oth3x49 commented 3 years ago

@vegazbabz Unfortunately i don't have currently any account that i could use to prepare a proper guide for that but i 'm mentioning few steps below that might help.

Steps.

vegazbabz commented 3 years ago

Thanks, I will try that! They have free courses right now, so that is the only reason I have an account.

vegazbabz commented 3 years ago

It is working like a charm! Thank you very much, really appreciate it :-) Just a note for others, you need to install the requirements/modules with Python 3, e.g. if you have both v2 and v3 installed:

pip3 install -r requirements.txt

and to install modules that are missing, if you get "ModuleNotFoundError: No module named 'colorama'": python3 -m pip install colorama --upgrade