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

503 html_unavailable #576

Closed Moonu242 closed 3 years ago

Moonu242 commented 3 years ago

Describe the bug When I try to download some courses (e.g. Angular - The Complete Guide (2020 Edition), I get "Udemy says : 503 html_unavailable.

Additional Info:

I am using the latest version of udemy-dl. I had downloaded this course in past successfully but now its not working. I am able to download other courses.

Moonu242 commented 3 years ago

changing page size to 100 in all places in compat.py did the trick. Works now :-)

Moonu242 commented 3 years ago

Had to revert the page size back as setting it to 100 did not download the whole course.