Example #1
0
def novedades(item):
    logger.info("[earthtv.py] novedades")
    itemlist = youtube.getuploads("earthTV", 1, 10, CHANNELNAME, "play")

    return itemlist
Example #2
0
def novedades(params, url, category):
    xbmc.output("[earthtv.py] novedades")
    itemlist = youtube.getuploads("earthTV", 1, 10)
    videos(params, url, category, itemlist)
Example #3
0
def novedades(item):
    logger.info("[earthtv.py] novedades")
    itemlist = youtube.getuploads("earthTV",1,10,CHANNELNAME,"play")

    return itemlist
def novedades(params,url,category):
	xbmc.output("[earthtv.py] novedades")
	itemlist = youtube.getuploads("earthTV",1,10)
	videos(params,url,category,itemlist)