I had some communication with the FCC about this data, and convinced them to make the data available at an unchanging url. Here's the url that'll always have the most up-to-date data (which they plan to update weekly):
Was thinking about code something like this, any thoughts?:
sort -t, -k3,3 -u | awk -F"," '{print "/usr/sbin/asterisk -rx \"database put blacklist " $3 " \'" $0 "\'\""}'