use cdx matchtype for domain and host

This commit is contained in:
Akash Mahanty
2021-01-10 11:10:49 +05:30
parent a6470b1036
commit 6c71dfbe41
3 changed files with 9 additions and 11 deletions

View File

@@ -7,7 +7,9 @@ This module contains the set of Waybackpy's exceptions.
class WaybackError(Exception):
"""
Raised when Wayback Machine API Service is unreachable/down.
Raised when Waybackpy can not return what you asked for.
1) Wayback Machine API Service is unreachable/down.
2) You passed illegal arguments.
"""