@ -27,8 +27,8 @@ if __name__ == '__main__':
s = BeautifulSoup(content, features='html.parser')
# if args.debug:
# print(s.prettify())
if args.debug:
print(s.prettify())
links = s.find_all(href=re.compile(args.filter))
if not links or links == 0: