SciencesPoDRIS / iamassaccess

Upload and modify in mass for Internet Access
GNU General Public License v3.0
0 stars 0 forks source link

Handle duplicated item #16

Closed annelhote closed 8 years ago

annelhote commented 8 years ago

Handle duplicated item and log an error to the user. Catch the 403 error.

annelhote commented 8 years ago

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...