downloadMovieInputParameters#

class hvpy.parameters.downloadMovieInputParameters(**data)[source]#

Bases: HvpyParameters

Handles the input parameters of the downloadMovie API.

id#

Unique movie identifier, returned as a response by the queueMovie endpoint request.

format#

Movie Format (“mp4”, “webm”, or “flv”).

hq#

Download a higher-quality movie file (valid for “mp4” movies only, ignored otherwise). Defaults to False, optional.

References