plugin.video.bdyun
plugin.video.bdyun copied to clipboard
BaiduYun (Personal Cloud Storage) addon for kodi/xbmc
0.1.14版插件在kodi打开是报未知错误,请重试
Issue #18 and Issue #15 should be addressed after this patch
this plugin cannot work already. when the developer can resolve it?
还会继续更新么?
现在已经不能用了
只能获取:PANPSC、PTOKEN、cflag、BDUSS、USERNAMETYPE、PANWEB、BAIDUID、PASSID、SAVEUSERID、STOKEN、UBI、HISTORY 少了 SCRC 问题出在auth.py 277行 def get_bdstoken 中requests.get直接获取的是最终跳转,但是中间的跳转也setcookie了。 我的解决办法 # > req = requests.head(url, allow_redirects=False,headers=headers_merged, cookies=temp_cookie, timeout=50, verify=False) req.encoding = 'utf-8' if req: while 'Location' in req.headers.keys(): if 'Set-Cookie' in...