use*_*686 10 software-rec download pictures google-plus
有什么软件可以下载公开共享的Google+相册的所有全尺寸图片吗?
正如@vurdalakov 所建议的
使用此工具:http :
//code.google.com/p/gpalbum/
和 wget 的实现,可以在几秒钟内获得文件。
Download, unzip, and run the gpalbum program
Visit the album and copy the url out of the address bar
Paste the url into gpalbum
Click "Get Image URLs"
Click "Copy Image URLs to clipboard
Paste URLs into any text editor
replace all "https" with "wget https"
Save it as a batch file
Run
Run Code Online (Sandbox Code Playgroud)
现在所有的图像都下载到本地,我一直在寻找这个,试了一下,它太棒了。
仅供参考每一行看起来像这样
wget https://lh5.googleusercontent.com/FULLIMAGEPATH.jpg
Run Code Online (Sandbox Code Playgroud)
用于测试的特定版本是 1.00(更新:1.03 也经过测试)。