使用 get vars 下载链接
如何下载此链接上的页面
一段时间后,链接更改为短版本(例如 www.kayak.com/r/OcJdUd>)...
我尝试使用 fopen 命令和 Curl lib 下载页面,但什么也没有。
那么有什么解决办法吗?
谢谢!
How can I download page on this link
Link changes to short version (for example www.kayak.com/r/OcJdUd>) after some time ...
I tried to download page with fopen command and Curl lib but nothing.
So is there any solution ?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
站点返回 Http 状态 302 - 暂时移动,因此您应该遵循重定向。请参阅 http://php.net/manual/en/function.curl-setopt .php 用于 CURLOPT_FOLLOWLOCATION 和 CURLOPT_MAXREDIRS
Site returns Http status 302 - moved temporarily, so you should follow redirections. See http://php.net/manual/en/function.curl-setopt.php for CURLOPT_FOLLOWLOCATION and CURLOPT_MAXREDIRS