From 44156e5e7e67f21a4d991932a214086afdefea5f Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 10:05:47 +0530 Subject: [PATCH] Update exceptions.py --- waybackpy/exceptions.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/waybackpy/exceptions.py b/waybackpy/exceptions.py index b53e00d..9924e10 100644 --- a/waybackpy/exceptions.py +++ b/waybackpy/exceptions.py @@ -1,14 +1,12 @@ # -*- coding: utf-8 -*- class TooManyArchivingRequests(Exception): - """ - Error when a single url reqeusted for archiving too many times in a short timespam. + """Error when a single url reqeusted for archiving too many times in a short timespam. Wayback machine doesn't supports archivng any url too many times in a short period of time. """ class ArchivingNotAllowed(Exception): - """ - Files like robots.txt are set to deny robot archiving. + """Files like robots.txt are set to deny robot archiving. Wayback machine respects these file, will not archive. """