我想獲取 Picasa 上圖像的 url,例如:
https://lh4.googleusercontent.com/-rU35o4QG9eU/Tyrl8TnswSI/AAAAAAAADus/VCI1SAKi1tc/s800/1027-skype-ingilizce-alistirma.jpg
我使用以下命令:
picasa list --fields url
此命令提供包含圖像的網頁的 url,例如:
https://picasaweb.google.com/beskurusafoto/Colors#5619859775100257794
有沒有辦法獲取所有有效字段的列表,以便我可以找到圖像的網址?
答案1
google picasa 清單 --fields url_download ALBUM_NAME
我需要同樣的東西,所以我通讀了 python 原始碼。這將為您提供可以獲得的 URL 清單。