I noticed Combine is unable to pull IPs from threat feeds which start with #.
For example: When I supply the following URL in either the inbound_url.txt or outbound_ur.txt, I do not get any output in harvest.csv:
https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/bds_atif.ipset
But when I provide the following URL which does not have any comments at the beginning of the IP feed, Combine is able to pull the IP list correctly:
http://malc0de.com/bl/IP_Blacklist.txt
Could you please update the code where if Combine sees # or a space at the beginning of the line, it should be able to just go to the next line and then start pulling out the relevant data (IPs, etc.)?