Closed annelhote closed 8 years ago
Handle duplicated item and log an error to the user. Catch the 403 error.
Not that easy to pull it out in a function. Use the item.exists field after item = internetarchive.get_item(file) to check if an item already exists or not...
item.exists
item = internetarchive.get_item(file)
Handle duplicated item and log an error to the user. Catch the 403 error.