fix bili live sign bugs
This commit is contained in:
parent
5d2d41f176
commit
bcafd751e6
@ -299,9 +299,11 @@ public class BiliBiliUtils {
|
|||||||
/* String url="https://xy218x85x123x8xy.mcdn.bilivideo.cn:4483/upgcxcode/12/12/17281212/17281212-16-80.flv?e=ig8euxZM2rNcNbNBhbdVhwdlhbUghwdVhoNvNC8BqJIzNbfqXBvEqxTEto8BTrNvN0GvT90W5JZMkX_YN0MvXg8gNEV4NC8xNEV4N03eN0B5tZlqNxTEto8BTrNvNeZVuJ10Kj_g2UB02J0mN0B5tZlqNCNEto8BTrNvNC7MTX502C8f2jmMQJ6mqF2fka1mqx6gqj0eN0B599M=&uipk=5&nbs=1&deadline=1660538573&gen=playurlv2&os=mcdn&oi=2936701972&trid=00006f9623cac1514d8ea18fba3a15a756cau&mid=96300&platform=pc&upsig=25ddd1da610960e8e1d2e80dc97c2361&uparams=e,uipk,nbs,deadline,gen,os,oi,trid,mid,platform&mcdnid=11000101&bvc=vod&nettype=0&orderid=0,2&agrr=1&bw=253116&logo=A0000400&requestFrom=BILIBILI_HELPER_2.5.8";
|
/* String url="https://xy218x85x123x8xy.mcdn.bilivideo.cn:4483/upgcxcode/12/12/17281212/17281212-16-80.flv?e=ig8euxZM2rNcNbNBhbdVhwdlhbUghwdVhoNvNC8BqJIzNbfqXBvEqxTEto8BTrNvN0GvT90W5JZMkX_YN0MvXg8gNEV4NC8xNEV4N03eN0B5tZlqNxTEto8BTrNvNeZVuJ10Kj_g2UB02J0mN0B5tZlqNCNEto8BTrNvNC7MTX502C8f2jmMQJ6mqF2fka1mqx6gqj0eN0B599M=&uipk=5&nbs=1&deadline=1660538573&gen=playurlv2&os=mcdn&oi=2936701972&trid=00006f9623cac1514d8ea18fba3a15a756cau&mid=96300&platform=pc&upsig=25ddd1da610960e8e1d2e80dc97c2361&uparams=e,uipk,nbs,deadline,gen,os,oi,trid,mid,platform&mcdnid=11000101&bvc=vod&nettype=0&orderid=0,2&agrr=1&bw=253116&logo=A0000400&requestFrom=BILIBILI_HELPER_2.5.8";
|
||||||
File file=BiliBiliUtils.download(url,"16.mp4",false);
|
File file=BiliBiliUtils.download(url,"16.mp4",false);
|
||||||
System.out.println("file.getAbsolutePath() = " + file.getAbsolutePath());*/
|
System.out.println("file.getAbsolutePath() = " + file.getAbsolutePath());*/
|
||||||
System.out.println(getLiveRoom(42062));
|
/* System.out.println(getLiveRoom(42062));
|
||||||
System.out.println("--------------------------------------------");
|
System.out.println("--------------------------------------------");
|
||||||
System.out.println(getUserInfo(730732));
|
System.out.println(getUserInfo(730732));*/
|
||||||
|
String sign = liveSignIn();
|
||||||
|
System.out.println("sign = " + sign);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean sendLiveDanmu(long roomId,String msg){
|
public static boolean sendLiveDanmu(long roomId,String msg){
|
||||||
@ -322,7 +324,8 @@ public class BiliBiliUtils {
|
|||||||
body.put("csrf",BiliLogin.getCookieToken());
|
body.put("csrf",BiliLogin.getCookieToken());
|
||||||
body.put("csrf_token",BiliLogin.getCookieToken());
|
body.put("csrf_token",BiliLogin.getCookieToken());
|
||||||
JSONObject post = BiliBiliUtils.http_post("https://api.live.bilibili.com/xlive/revenue/v1/wallet/silver2coin", HttpTools.toUrlParams(body));
|
JSONObject post = BiliBiliUtils.http_post("https://api.live.bilibili.com/xlive/revenue/v1/wallet/silver2coin", HttpTools.toUrlParams(body));
|
||||||
return post.getString("message");
|
JSONObject post_ = BiliBiliUtils.http_get("https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/DoSign");
|
||||||
|
return post.getString("message")+"|"+post_.getString("message");
|
||||||
}
|
}
|
||||||
public static JSONObject getLiveRoom(int roomId){
|
public static JSONObject getLiveRoom(int roomId){
|
||||||
JSONObject body=new JSONObject();
|
JSONObject body=new JSONObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user