Seniatical / redirect

A simple python module to check websites!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect

Check if a website is hiding sneaky redirects for you!

Usage:

import redirect

url = 'URL_HERE'

check = redirect.Redirect(url)

if check.is_redirect:
    print(check.redirect_url)
else:
    print(check.url)

About

A simple python module to check websites!

License:MIT License


Languages

Language:Python 100.0%