added my todo for traps so far

This commit is contained in:
Lacerum 2022-04-18 18:04:11 -07:00
parent 0e5af0a4c7
commit 4080d46541

View File

@ -138,6 +138,11 @@ def is_valid(url):
# maybe this should go in the next link? # maybe this should go in the next link?
elif not robots_ok(url): elif not robots_ok(url):
return False return False
# https://support.archive-it.org/hc/en-us/articles/208332963-Modify-crawl-scope-with-a-Regular-Expression
# add lem check
# add another dir check
# add extra dir check
# add cal check
else: else:
return True return True