Don't add http: before image URLs anymore

master
Markus Koch 2017-11-27 18:44:19 +01:00
parent 049a469659
commit 11f224221b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ while [ 0 ]; do
url=`echo $json | jq -r '.[0].file_url'`
ext=`echo $url | sed "s/.*\.//g"`
url="http:$url"
url="$url"
local_url="$picdir/$id.$ext"
echo "Updating wallpaper to $id..."