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 #9

Closed tharsim closed 7 years ago

tharsim commented 7 years ago

Hello. I'm trying to run the script but it returns me the following error:

ImportError: No module named requests

Any idea of what's wrong with me trying to run it? Thanks

mathsgrinds commented 7 years ago

Hi there, that message means you do not have "requests". A quick google will give you instructions on how to install the missing dependencies that is install requests. If you are on Linux it's probably something like 'sudo pip install requests' and if you are on windows there is probably a requests.exe to download.