hudman 8.0.0
Local HUD mirror manager
hudman.hud.other.HUDOther Class Reference
Inheritance diagram for hudman.hud.other.HUDOther:
hudman.hud.HUDCommon

Public Member Functions

None update (self, str outdir)
 

Public Attributes

 mainuri
 

Private Member Functions

int _updatecheck (self)
 

Detailed Description

Class for working with HUDs stored on any other file
hostings.

Member Function Documentation

◆ _updatecheck()

int hudman.hud.other.HUDOther._updatecheck (   self)
private
Call HTTP HEAD method to retrieve last modification time
of specified URL.
:return: Last modification time in the unixtime format.
:rtype: int

Reimplemented from hudman.hud.HUDCommon.

◆ update()

None hudman.hud.other.HUDOther.update (   self,
str  outdir 
)
Download the latest version of the specified HUD.
:param outdir: Output directory.

Reimplemented from hudman.hud.HUDCommon.