Update wrapper.py
This commit is contained in:
parent
baf1b8f7f4
commit
f03a9e786e
@ -6,10 +6,9 @@ import urllib.error
|
|||||||
# YYYYMMDDhhmmss
|
# YYYYMMDDhhmmss
|
||||||
|
|
||||||
class TooManyArchivingRequestsError(Exception):
|
class TooManyArchivingRequestsError(Exception):
|
||||||
|
"""An error when a single url is archived multiple times in a short timespam.
|
||||||
|
Wayback machine doesn't supports archivng any url too many times in a short period of time.
|
||||||
"""
|
"""
|
||||||
An error when a single url is archived multiple times in a short timespam..
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
class ArchivingNotAllowed(Exception):
|
class ArchivingNotAllowed(Exception):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user