Skip to content

JackettUpdate 1.5 Beta

Latest
Compare
Choose a tag to compare
@doonze doonze released this 24 May 22:33
· 17 commits to master since this release

JackettUpdate 1.5 Beta (Rolled 5/24 2020)

  • Created getfile for downloading files, display_time to give human readable in customfunctions
  • Moved timestamp function into customfunctions and you can now give it a sting to output as well
  • Added app variable for use in timestamp to each updater
  • Removed subprocess call to wget and now using request.get through getfile function to download files
  • Removed tar subprocess and now using pythons tarfile to extract tars, function tar_extract added to customfunctions
  • Function tar_extract now being used in jackettupdate
  • Function remove_file added to customfunctions, python is now removing the tar file instead of subprocess
  • Added logic to handle bad returns it a way the server still gets restarted but the version isn't Updated
  • Changed the formatting of timestamps to look cleaner
  • Wrote step by step comments in my functions for customfunctions