flag to check if the archive saved is 30 mins older or not

This commit is contained in:
Akash Mahanty
2021-01-16 12:06:08 +05:30
parent 40233eb115
commit ffe0810b12
2 changed files with 16 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ class Url:
self.timestamp = None
self._JSON = None
self.latest_version = None
self.cached_save = False
def __repr__(self):
return "waybackpy.Url(url={url}, user_agent={user_agent})".format(