ewpratten/youtube_ad_blocklist

Empty lines at end of file

ojgarciab opened this issue · 0 comments

All block files have a last empty line which could cause a malfunction:

The worst case is the following file (DNSMASQ):

server=//

Empty line could be removed with a simple filter:

entries = list(filter(None, entries))