Greetings,
I've just downloaded the v1.0 release and when I try to execute
the command "python .udemy-dl.py", it doesn't work and show some errors:
Traceback (most recent call last):
File ".udemy-dl.py", line 31, in
import udemy
File "C:udemy-dl-1.0udemy__init__.py", line 32, in
from udemy.udemy import course, fetch_enrolled_courses
File "C:udemy-dl-1.0udemyudemy.py", line 27, in
from udemy.internal import InternUdemyCourse as Udemy
File "C:udemy-dl-1.0udemyinternal.py", line 26, in
from udemy.compat import time, sys
File "C:udemy-dl-1.0udemycompat.py", line 33, in
import m3u8
ModuleNotFoundError: No module named 'm3u8'
Thank you.
You need to run this again pip install -r requirements.txt
You need to run this again
pip install -r requirements.txt
Oh! My bad!
Now it works flawlessly!
Thank you @caleb-tolu
Most helpful comment
You need to run this again
pip install -r requirements.txt