If we get strange values from the http header that comes back from
fetching a file with an incomplete content-disposition entry we end up
with None as the value for the filename which then breaks the file_type
guessing.
Make sure we can handle this issue
Fall back to using the file extension in the url
Make sure the fetch_and_convert function doesn't bring down the
datagetter process
If we get strange values from the http header that comes back from fetching a file with an incomplete content-disposition entry we end up with None as the value for the filename which then breaks the file_type guessing.
Co-authored-by: Bibiana Cristofol Amat bcristofol@gmail.com