Using your login details this script can grab the m3u8 links from the USTVNOW website. It's nothing fancy, I made it because the current scripts out there don't work! And I wanted to watch American TV via an IPTV client rather than via a website or addon. Running this script with print out the video links. Enjoy :)
python ustvnow-iptv-m3u-playlist.py 'username' 'password' 'CBS';
python ustvnow-iptv-m3u-playlist.py 'username' 'password' 'ALL';
python ustvnow-iptv-m3u-playlist.py 'username' 'password' 'ALL' 'True';
It is possible just to input the username and passwords into the python file and generate playlists and strm files
Just run it (double-click the python .py file)