Udemy-dl: Udemy-dl v1.0 execution errors

Created on 13 Sep 2020  路  2Comments  路  Source: r0oth3x49/udemy-dl

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.

help-wanted

Most helpful comment

You need to run this again pip install -r requirements.txt

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings