百度网盘快速下载

1、使用chrome浏览器

2、F12->找到console

3、输入以下代码,并按回车

$.ajax({
type: "POST",
url: "/api/sharedownload?sign="+yunData.SIGN+"&timestamp="+yunData.TIMESTAMP,
data: "encrypt=0&product=share&uk="+yunData.SHARE_UK+"&primaryid="+yunData.SHARE_ID+"&fid_list=%5B"+yunData.FS_ID+"%5D",
dataType: "json",
success: function(d){
window.location.href = d.list[0].dlink;
}
});

下载地址就出来了。

posted @ 2017-08-17 23:04  苍穹之南  阅读(360)  评论(0编辑  收藏  举报