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

output directory #26

Closed daviem closed 6 years ago

daviem commented 6 years ago

How can I get the links to print to a specific directory?

mathsgrinds commented 6 years ago

I think you could just append the location on line 136

fname = stream_code+".strm"

daviem commented 5 years ago

Could you give me an Idea of how I could set the output directory to /media/hdd/ I tried but for some reason it didnt work, and Im not too good with python.