【发布时间】:2020-08-16 04:06:28
【问题描述】:
我正在尝试从 Google 中找到的 link 下载图像。在浏览器中使用Save Image As.. 时,图像已成功下载,但以下之一:
wget -O image.jpeg https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500
# or
curl -L https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500 -o
给出与希伯来语非常相似的输出...
使用终端工具下载同一张图片的正确方法是什么?
【问题讨论】: