|
|
|
@ -64,7 +64,7 @@ fi
@@ -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'` |
|
|
|
|