From e66c70c8eed260316234c7aabb18c49ff7c73a6d Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Mon, 4 May 2020 08:13:54 +0530 Subject: [PATCH] Update wrapper.py --- waybackpy/wrapper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/waybackpy/wrapper.py b/waybackpy/wrapper.py index 9dc839e..9d3e7c9 100644 --- a/waybackpy/wrapper.py +++ b/waybackpy/wrapper.py @@ -26,8 +26,7 @@ class PageNotSavedError(Exception): class InvalidUrlError(Exception): """ - Files like robots.txt are set to deny robot archiving. - Wayback machine respects these file, will not archive. + When the inpute url doesn't have '.' in it. """ def save(url,UA=default_UA):