get_attachment_urls method

get_attachment_urls

Gets all attachment URLs from an MHT file.

Returns

A list of attachment URLs found in the MHT file.

def get_attachment_urls(self, source_stream):
    ...
ParameterTypeDescription
source_streamio.RawIOBaseThe stream containing the MHT file.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when source_stream is null.

See Also