Compare commits

..

No commits in common. "7952dd37d432905fb130f7b7db211dbc24ea2a21" and "bf65cc41e79d5433c56efdb96b8c35f551d6ce2f" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.cache

View File

@ -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: