sdvcrx / pan-baidu-download

百度网盘下载脚本
MIT License
436 stars 103 forks source link

Modified Baidu PCS API URL #22

Closed ttimasdf closed 8 years ago

ttimasdf commented 8 years ago

According to Baidu's wiki here, d.pcs.baidu.com is supposed to be more stable than the original.

Personally, I encountered the problem that request to pcs.baidu.com throw an requests.exceptions.ConnectionError exception, basically caused by the unstable result of old API URL. This change fix the problem.

sdvcrx commented 8 years ago

:+1: Thanks!