curl --cookie "key=value" "链接地址"
wget --header="Cookie: _cookie" _URL
_cookie: 点击下载按键后的 request header Cookie部分
_URL: 浏览器下载的url(先在chrome中点击下载 -> show all -> URL)
curl --cookie "key=value" "链接地址"
wget --header="Cookie: _cookie" _URL
_cookie: 点击下载按键后的 request header Cookie部分
_URL: 浏览器下载的url(先在chrome中点击下载 -> show all -> URL)