<html><body>
<p>New issue 1208: `upload_image` command line argument no longer works <a href="https://bitbucket.org/yt_analysis/yt/issues/1208/upload_image-command-line-argument-no">https://bitbucket.org/yt_analysis/yt/issues/1208/upload_image-command-line-argument-no</a></p>
<p>Cameron Hummels:</p>
<p>When you want to upload an image automatically to the web, you used to be able to use:</p>
<p>``` #!python</p>
<p>$ yt upload_image image.png ```</p>
<p>But this now returns the error:</p>
<p>``` #!python</p>
<p>ERROR HTTP Error 404: Not Found ```</p>
<p>It appears the imgur.com API version has changed, and they no longer accept API version 1, which is how it was encoded in yt.  Now they only accept API version 2 or 3.  We will need to update the code to work with this new API for `upload_image` to work again.</p>
<p><a href="https://api.imgur.com/">https://api.imgur.com/</a></p>

<img src="http://link.bitbucket.org/wf/open?upn=JlBWjyZTyKwhM1rBKe-2BcAdFPwdECN4PBooLGVSVl7ELGHbZdUJXc9c2jV0XWHPJJe9V0OCPriX9NITj-2BYyT0mp6WL7JJV2JF14SMzBa8wADugO1IGbWf1VEEmLqRRm7ZBxKATh-2FTo4altN7020C5M-2FQ8aCgxWdyfzgXdMnJpNRvP4f-2FBVXFGJ8ivu2SH-2BrJGJVGhdkzFasU62ZjSqfZAMVejwfBVnkiFlZL7BiDFCic-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>