def getPlaybackInfo(url):
if addon.getSetting("framerate") == 'false':
return ''
Dialog.notification(xbmc.getLocalizedString(20186), '', xbmcgui.NOTIFICATION_INFO, 60000, False)
values = getFlashVars(url)
if not values:
return ''
data = getUrldata(mode='catalog/GetPlaybackResources',
values=values,
extra=True)
fr = getStreams(*data)
Dialog.notification(xbmc.getLocalizedString(20186), '', xbmcgui.NOTIFICATION_INFO, 10, False)
return fr
评论列表
文章目录