luminousmen / youtube_download

Packet download videos from youtube
BSD 2-Clause "Simplified" License
118 stars 23 forks source link

Can you help me with the error? #6

Open demining opened 3 years ago

demining commented 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?

luminousmen commented 3 years ago

@sberlinux I recall that this code was written for Python 2. The module that you have problem with was renamed in Python 3