Update wrapper.py

This commit is contained in:
Akash
2020-07-20 09:44:52 +05:30
committed by GitHub
parent 3dc156cf5f
commit 05e4f06f1b

View File

@@ -110,6 +110,7 @@ class Url():
response = urlopen(req) #nosec
except Exception as e:
raise WaybackError(e)
return response
def near(self, **kwargs):
""" Returns the archived from Wayback Machine for an URL closest to the time supplied.