Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent feb96c3 commit e66778b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ source_google_search() {

# Remove header from file name
search_term=${results_file#data/pending/domains_google_search_}

# Remove file extension from file name to get search term
search_term=${search_term%.tmp}

Expand Down Expand Up @@ -437,7 +436,7 @@ source_guntab() {
curl -s "${url}/" |
grep -zoE '<table class="datatable-list table">.*</table>' |
grep -aoE '[[:alnum:].-]+\.[[:alnum:]-]{2,}$' > "$results_file"
# Note results are not sorted by time added
# Note results are not sorted by time added

process_source
}
Expand Down

0 comments on commit e66778b

Please sign in to comment.