issues
search
MayankPandey01
/
BrokenLinkHijacker
A Fast Broken Link Hijacker Tool written in Python
MIT License
97
stars
16
forks
source link
fixed number_of_broken_link count and is_valid function to check only…
#3
Closed
DavidBalas1
closed
2 years ago
DavidBalas1
commented
2 years ago
It seems like a lot of lines in the code changed but I only auto-formatted the code.
Changes:
is_valid is now filtering for schemas being one of ['http', 'https'].
number_of_broken_link was referenced before assignment in status_check because of not using the global value.
MayankPandey01
commented
2 years ago
Looks Fine! Merging.
Changes: