mathsgrinds / ustvnow-iptv-m3u-playlist

Using your login details this script can grab the m3u8 links from the USTVNOW website
29 stars 26 forks source link

ImportError: No module named requests #11

Closed unixjeff closed 6 years ago

unixjeff commented 6 years ago

I edited the main.py added my user and pass then ran "python main.py" and got the error below any ideas? Traceback (most recent call last): File "main.py", line 2, in import requests ImportError: No module named requests

Ubuntu with python (2.7.11-1).

mathsgrinds commented 6 years ago

Hi there, you are missing that module on your computer. And will need to install it.