r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Udemy pro courses supported? #603

Closed DoesN0tCompute closed 3 years ago

DoesN0tCompute commented 3 years ago

Both of these fail with same error:

[i] : Trying to login using session cookie [i] : Logged in successfully. [-] : Downloading course information, course id not found .. (failed) [i] : It seems either you are not enrolled or you have to visit the course atleast once while you are logged in. [i] : Trying to logout now... [i] : Logged out successfully.

python3 udemy-dl.py https://www.udemy.com/program-taking/UHJvZ3JhbToxMjk0/learn/1348924/lecture/10103522 -k cookie.txt

python3 udemy-dl.py https://www.udemy.com/course/cissp-domain-1-2 -k cookie.txt

Only thing I can think of is that the course is part of Udemy Pro, is that supported? It is part of "My Learnings"

r0oth3x49 commented 3 years ago

yes it does support udemy pro. but you have to provide a full url of course instead of learning path.

retardedloozer commented 3 years ago

yes it does support udemy pro. but you have to provide a full url of course instead of learning path.

Can you provide an example of a full url of a course instead of the learning path?