Hey guys, I am attempting to write a script for a friend, that streams international television from this site : http://www.glwiz.com . But in order to get the streams you must have a free account, could anyone help me out with the login process here?
Any help is greatly appreciated!
TV Stream login problems
Zviper
Junior Member Posts: 7 Joined: Dec 2007 Reputation: 0 |
2007-12-08 18:49
Post: #1
|
| find quote |
Basje
Skilled Python Coder Posts: 985 Joined: Jul 2005 Reputation: 4 |
2007-12-08 20:49
Post: #2
Have a look at the XOT framework here: http://code.google.com/p/xot-uzg/
It is made for Online TV (XOT=XBMC Online TV) and also has options for login in, although that has to be programmed in python. It does contain functions for posting stuff to urls. Just check the current channels in the script.
|
| find quote |
Zviper
Junior Member Posts: 7 Joined: Dec 2007 Reputation: 0 |
2007-12-09 00:14
Post: #3
ah thanks alot, i am learning the framework quite fast, but would you know how to log in to the site that is an aspx site.
here is the login form: Code: <tbody><tr><td class="GrayBold" align="right">User ID(Email): </td><td><input name="myHeader$TxtUsername" type="text" id="myHeader_TxtUsername" style="width: 120px; height: 18px; background-color: #cccccc; font-size: 7pt; font-family: Verdana"/></td></tr><tr><td class="GrayBold" align="right">PASSWORD: </td><td><input name="myHeader$TxtPassword" type="password" id="myHeader_TxtPassword" style="width: 120px; height: 18px; background-color: #cccccc; font-size: 7pt; font-family: Verdana" onkeypress="login();"/></td></tr><tr><td colspan="2" align="right" valign="bottom" class="GrayBold">i need to extract a session id, so i can use it to open up the stream if that makes any sense haha. Thanks again! |
| find quote |
Zviper
Junior Member Posts: 7 Joined: Dec 2007 Reputation: 0 |
2007-12-09 00:30
Post: #4
to make it easier here are the main elements to the form:
Code: onclick="__doPostBack('myHeader$login','')"Code: <input name="myHeader$TxtPassword" type="password" id="myHeader_TxtPassword"Code: <input name="myHeader$TxtUsername" type="text" id="myHeader_TxtUsername"Code: onkeypress="login();"Code: function login()Any help at all is greatly appreciated! Thanks! |
| find quote |
bbk79
Junior Member Posts: 26 Joined: Jan 2011 Reputation: 0 |
2011-07-25 07:26
Post: #5
Zviper Wrote:Any help at all is greatly appreciated! A bit too late perhaps but I wrote this over the weekend :-) http://forum.xbmc.org/showthread.php?tid=106198 |
| find quote |

Search
Help