main.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:plugin.video.auvio 作者: rickybiscus 项目源码 文件源码
def stream_url(params):

    url = params.get('url',None)
    common.plugin.log("stream_url() url:%s" % (url))

    if not url:
        popup("Impossible de lire ce flux")
        common.plugin.log_error("Impossible de lire ce flux")
        return

    liz = xbmcgui.ListItem(path=url)
    return xbmcplugin.setResolvedUrl(handle=int(sys.argv[1]), succeeded=True, listitem=liz)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号