|
|
|
@ -273,7 +273,7 @@ do |
|
|
|
|
maxViewCount=$likeCount |
|
|
|
|
maxViewCountPid=$pid |
|
|
|
|
fi |
|
|
|
|
tag=`jq -r --arg pid $pid '.illust[$pid].tags.tags[].tag' $json_file|sed -e 's/^/\\#/g'|sed ':a;N;s/\n/ /;t a;'` |
|
|
|
|
tag=`jq -r --arg pid $pid '.illust[$pid].tags.tags[].tag' $json_file|sed -e 's/^/\\#/g'|sed ':a;N;s/\n/ /;t a;'|sed 's/"/\\"/g'` |
|
|
|
|
tag=`bash -c "echo '$tag'|$rule"` |
|
|
|
|
|
|
|
|
|
echo -e "pageCount=$pageCount,original_url=$original_url,small_url=$small_url\n\ |
|
|
|
|