Open demining opened 3 years ago
./youtube.py -f file.txt Traceback (most recent call last): File "./youtube.py", line 12, in <module> from urlparse import unquote ModuleNotFoundError: No module named 'urlparse'
I can’t find and install this module! How it works?
@sberlinux I recall that this code was written for Python 2. The module that you have problem with was renamed in Python 3
I can’t find and install this module! How it works?