__icon__ = addon.getAddonInfo('icon')
__fanart__ = addon.getAddonInfo('fanart')
addon_handle = int(sys.argv[1])
- xbmcplugin.setContent(addon_handle, 'plugin.video.news.nbdom.net')
+ #xbmcplugin.setContent(addon_handle, 'plugin.video.news.nbdom.net')
+ xbmcplugin.setContent(addon_handle, 'Movie')
url = None
name = None
mode = None
+ params=get_params()
try:
url=urllib.unquote_plus(params["url"])
except:
'plot': description
} )
xbmcplugin.addDirectoryItem(handle=addon_handle,url=row['link'],listitem=li)
- params=get_params()
else:
print '\t'.join([
row['lang'],