Skip to content

Commit

Permalink
Fix retrieve_domains.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 05b30a6 commit d27da8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,11 @@ log_source() {
item="$search_term"
fi

echo "${TIME_FORMAT},${source},${search_term},${unfiltered_count:-0},
row="${TIME_FORMAT},${source},${search_term},${unfiltered_count:-0},
${filtered_count:-0},${total_whitelisted_count},${dead_count:-0},${redundant_count},
${parked_count:-0},${toplist_count:-0},$(tr '\n' ' ' <<< "$domains_in_toplist"),
${query_count:-0},${rate_limited:-false}" >> "$SOURCE_LOG"
${query_count:-0},${rate_limited:-false}"
printf "%s/n" "$row" >> "$SOURCE_LOG"

printf "\n\e[1mSource:\e[0m %s\n" "${item:-$source}"
printf "Raw:%4s Final:%4s Whitelisted:%4s Excluded:%4s Toplist:%4s\n" \
Expand Down

0 comments on commit d27da8e

Please sign in to comment.