r0oth3x49 / udemy-dl

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

Every lecture download is skipped: Python version under 2.7 #443

Closed 100seungho closed 5 years ago

100seungho commented 5 years ago

Describe the bug Hi there, I live in South Korea using this amazing tool to study coding more on Udemy. Because streaming speed in here is too slow, so I can't even watch it 5 seconds continually. So I decided to download this course using AWS EC2 Server in US, then pass lectures to S3 so I can watch it later. However I failed to download this course. And letting you know, I'd succeed it on my local storage with same lecture. Here is what happened. I've succeed to log-in & out. however, every single file download was skipped. and the Reason : __exit__ showed.

To Reproduce Steps to reproduce the behavior:

  1. udemy course url: 'https://www.udemy.com/course/ios-13-app-development-bootcamp/'
  2. Run the following command to reproduce the error.
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2019-10-21 at 13 59 41

Python Environment (please complete the following information):

Additional context

I updated my python (2.7+) to python3 and it works well. Just leaving it here to any other friends that might struggling with similar issues . 👍

100seungho commented 5 years ago

I updated my python (2.7+) to python3 and it works well. Just leaving it here to any other friends that might struggling with similar issues . 👍