Update wrapper.py
This commit is contained in:
		@@ -26,8 +26,7 @@ class PageNotSavedError(Exception):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class InvalidUrlError(Exception):
 | 
					class InvalidUrlError(Exception):
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
    Files like robots.txt are set to deny robot archiving.
 | 
					    When the inpute url doesn't have '.' in it.
 | 
				
			||||||
    Wayback machine respects these file, will not archive.
 | 
					 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def save(url,UA=default_UA):
 | 
					def save(url,UA=default_UA):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user