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

ModuleNotFoundError: No module named 'm3u8' #584

Closed StevenNani closed 3 years ago

StevenNani commented 3 years ago

Describe the bug I am getting this error, even though I have followed the solution I have found on a solved issue. I tried updating requirements but to no avail. I have python 3.8.1 installed. I'm using token method.

To Reproduce Steps to reproduce the behavior:

  1. https://www.udemy.com/course/intro-to-architectural-visualization-using-3ds-max-and-v-ray_zillus/learn/
  2. python udemy-dl.py https://www.udemy.com/course/intro-to-architectural-visualization-using-3ds-max-and-v-ray_zillus/learn/ -q 720p
  3. ModuleNotFoundError: No module named 'm3u8'

Screenshots https://i.imgur.com/FehxW2R.png

Python Environment (please complete the following information):

Additional context Add any other context about the problem here.

Edit: My bad, I installed the m3u8 module and cloudscraper module. Have a few issues but hope they get resolved soon. Thanks