Skip to content

Commit

Permalink
Output change: Upload URL->Item URL (bibanon#265)
Browse files Browse the repository at this point in the history
Make it more clear what the Item URL is post-upload.
  • Loading branch information
brandongalbraith authored Dec 1, 2022
1 parent 71836e1 commit 71dbb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubeup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def main():
ignore_existing_item):
print('\n:: Upload Finished. Item information:')
print('Title: %s' % meta['title'])
print('Upload URL: https://archive.org/details/%s\n' % identifier)
print('Item URL: https://archive.org/details/%s\n' % identifier)
except Exception:
print('\n\033[91m' # Start red color text
'An exception just occured, if you found this '
Expand Down

0 comments on commit 71dbb54

Please sign in to comment.