master
Voussoir 2015-06-02 20:41:49 -07:00
parent 7b1b86c4a9
commit e0540f3d13
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -35,7 +35,7 @@ while True:
if '.mp4' in filepath:
filepath = 'http://syriancivilwar.pw/Videos/' + filepath
submission = r.get_info(thing_id=item[1])
submission.add_comment('Mirror: %s' % filepath)
submission.add_comment('[Mirror](%s)' % filepath)
print(filepath)
except:
traceback.print_exc()