下载国家地理每日更新图片

2015-09-01 0 464
下载国家地理每日更新图片
#!/bin/bash
#Description: 
# download national geographic photo of the day and set it as background

# wait for network connection to be established
[[ -n $1 ]] && sleep $1

resolution=$(xrandr |grep -o 'current [^,]*'|tr -d " "|sed 's:current::')

rss=`wget -q -O - http://feeds.nationalgeographic.com/ng/photography/photo-of-the-day/`

img_url=$(echo $rss|grep -o "http://[^\"]*exposure[^\"]*"|head -1)

img_url=$(echo $img_url|sed "s:360x270:$resolution:")

img=/tmp/pod.jpg

wget -q -O $img $img_url

cp /tmp/pod.jpg ~/BackGround/`date +%Y%m%d`.jpg
cp /tmp/pod.jpg ~/BackGround/today.jpg

遇见资源网 shell 下载国家地理每日更新图片 http://www.ox520.com/17123.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务