stvhwrd / SmoothStreamsTV-playlist

📺 👌 [Python script] Generate an M3U8 playlist (for VLC, MPC, MPlayer, etc.) from your command line.
http://steviehoward.com/SmoothStreamsTV-playlist
MIT License
3 stars 0 forks source link

Porting for starstreams #2

Closed boredness closed 7 years ago

boredness commented 8 years ago

hey so i tried to port this over for starstreams but failed miserably and i'm getting this error:

python sstv.py

WELCOME to the SmoothStreamsTV playlist generator!

This program will generate an .m3u8 playlist file with all available channels for the SmoothStreamsTV IPTV provider, playable in media players and browsers.
Please note: channel names and listings are sourced from SmoothStreamsTV, and current as of September 5, 2016.

1. Please ensure that you are signed into SmoothStreamsTV, and go to this page:

        http://streamtvnow.tv/players/web_auth_old/index.php

2. Click on the VLC traffic cone icon and copy the URL from the 'HLS' box to your clipboard.

    Example:
        http://dnaw1.smoothstreams.tv:9100/viewstvn/ch19.smil/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9O...

3. Paste the full URL here (and press return):

http://dn2.smoothstreams.tv/viewss/ch11q1.stream/playlist.m3u8?wmsAuthSign=--AUTHKEY HERE--
An exception of type NameError occured. Arguments:
("global name 'ex' is not defined",)

can you shed some light on what could be causing this?

stvhwrd commented 8 years ago

Hey @boredness, if you could just fork this project and keep it public then I'll have a look at your code and try to help.