#!/bin/bash while : do curl -s 'https://www.domainsfortherestofus.com/' | pup '.domain-name text{}' >> domains.txt done
https://github.com/EricChiang/pup