Update wrapper.py

This commit is contained in:
akamhy 2020-05-04 08:13:54 +05:30 committed by GitHub
parent 0c7be24235
commit e66c70c8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):