Registers an unpack format. name is the name of the format and extensions is a list of extensions corresponding to the format, like .zip for Zip files.
shutil.register_unpack_format(name, extensions, function[, extra_args[, description]])