Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Error: ModuleNotFoundError: No module named 'm3u8' #672

Closed
VisalVa opened this issue Aug 1, 2021 · 0 comments
Closed

Error: ModuleNotFoundError: No module named 'm3u8' #672

VisalVa opened this issue Aug 1, 2021 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@VisalVa
Copy link

VisalVa commented Aug 1, 2021

Please help!

Below is my script:

python3 udemy-dl.py COURSE_URL -k cookie.txt -q 1080 -k cookie.txt -o “{my_local_path}”

And I got the below error:

Traceback (most recent call last):
  File "udemy-dl.py", line 31, in <module>
    import udemy
  File "/Users/visalva/Downloads/Software/Online_Download_Tools/udemy-dl/udemy/__init__.py", line 32, in <module>
    from udemy.udemy import course, fetch_enrolled_courses
  File "/Users/visalva/Downloads/Software/Online_Download_Tools/udemy-dl/udemy/udemy.py", line 27, in <module>
    from udemy.internal import InternUdemyCourse as Udemy
  File "/Users/visalva/Downloads/Software/Online_Download_Tools/udemy-dl/udemy/internal.py", line 26, in <module>
    from udemy.compat import time, sys
  File "/Users/visalva/Downloads/Software/Online_Download_Tools/udemy-dl/udemy/compat.py", line 33, in <module>
    import m3u8
ModuleNotFoundError: No module named 'm3u8'
@r0oth3x49 r0oth3x49 added the duplicate This issue or pull request already exists label Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants