Switch over to https

master
Markus Koch 2017-11-27 18:45:25 +01:00
parent 11f224221b
commit 57efb4555f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fi
tags=`echo -n "$tags" | sed "s/ /%20/g"`
while [ 0 ]; do
json=`curl "http://konachan.com/post.json?tags=$tags&limit=1"`
json=`curl "https://konachan.com/post.json?tags=$tags&limit=1"`
id=`echo $json | jq -r '.[0].id'`
url=`echo $json | jq -r '.[0].file_url'`