Dead & Redirect URL Checker
-
Download Python Portable from - https://winpython.github.io/ (0dot)
-
Put the links in urls.txt
-
Run 'WinPython Powershell Prompt.exe'
-
Enter below commands
cd C:\Users\AA\Downloads\Programs (Folder location of the py and txt file)
python check_urls.py urls.txt report.html
- An html file with the results will be generated
- You can tune WORKERS, TIMEOUT and RETRIES at the top of the script.