diff --git a/fakenews b/fakenews index a5d17bf..8b538c3 100755 --- a/fakenews +++ b/fakenews @@ -19,7 +19,7 @@ while read account; do curl -H 'User-Agent:' -s "https://twitter.com/$account" | tscrape | head -n $numberOfTweets | - awk -F '\t' '{$1 = strftime("%d-%m-%Y %H:%M:%S",$1); print "
" $6 "
" $4 " " $1 "
"}' | + awk -F '\t' '{$1 = strftime("%d-%m-%Y %H:%M:%S",$1); print "
" $6 "
" $4 "
" $1 "
"}' | sed 's/https:[^ ]*/&<\/a>/g' >> $outfile echo "" >> $outfile done < "$accountsfile"