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

Only pulling streams for 3 channels #25

Closed daviem closed 6 years ago

daviem commented 6 years ago

Hi, with the script I can only get the links for ABC, CBS & CW, the script is set at ALL but stops running after getting the 3 links, what could be wrong?

drwggm commented 6 years ago

Not sure what's going on, but if you replace the

except: 
    break

with

except:
    print 'something broke'

around line 132, it will dump all channels.

mathsgrinds commented 6 years ago

That is freaking weird.