HomeSoftware Heritage

package/utils: Try to extract download filename from response headers

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

package/utils: Try to extract download filename from response headers

Some URLs for downloading a file do not contain any filename but
rather provide it in the "content-disposition" response header.

So ensure to extract the filename from that response header when
available to avoid possible file processing issues afterwards.

Details

Commit No Longer Exists

This commit no longer exists in the repository.