This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import urllib, urllib2, cookielib | |
import string, os, re, time, datetime, sys | |
import xbmc, xbmcgui, xbmcplugin, xbmcaddon | |
BASE = [ | |
'http://apps.ohlulz.com/rtmpgui/list.xml', | |
#'http://localhost/links.xml', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import urllib, urllib2, cookielib | |
import string, os, re, time, datetime, sys | |
import xbmc, xbmcgui, xbmcplugin, xbmcaddon | |
#from xml.etree import ElementTree | |
from elementtree import ElementTree |