Jump to content


croat

Member Since 8 Mar 2012
Offline Last Active 17 Apr 2016 21:27
-----

Posts I've Made

In Topic: Albatros and OpenPli 4.0

22 February 2016 - 18:16

The skin errors should be fixed in next version and skin will be selectable ...

 

further more I added some more plugins ...

 

- thaisports added ( sports)
- watchgames.se added ( sports)
- hdfree.tv added ( sports)
- glchina added ( chinese live streams)
- scandinavian added ( live streams)
- tvnanet.biz added ( brasialian sports and some live streams)
- weebtv added ( polish live streams)
- tugoleada.com added ( sports)

In Topic: IPTV Player - development thread

10 January 2016 - 21:00

    def load_data_channels(self, data):
        if 'To prove that you are' in data:
            puzzle=re.findall('Question: .*?: (.*?)<br /><br />',data)
            if puzzle:
                post=urllib.urlencode({'captcha':puzzle[0]})
                url = 'http://www.streamlive.to/channels/?p=1&sort=1'
                getPage(url, method='POST',cookies=cj, postdata=post, headers={'Host':'www.streamlive.to','Origin':'http://www.streamlive.to','Referer':'http://www.streamlive.to/channels/?p=2&sort=1','Content-Type': 'application/x-www-form-urlencoded',
                'UserAgent': 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13'}).addCallback(self.load_data_channels1)   

this is what i use for streamlive currently ...