added my todo for traps so far
This commit is contained in:
parent
0e5af0a4c7
commit
4080d46541
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user