Accepts a list of URLs and returns links that do not return a success status code, along with a brief description.
To run from the command line,
python3 validator.py
To get the dependencies you need,
pip install -r requirements.txt
To run the tests,
python3 test_validator.py