Refactor and simplify import artifacts
The downloader.py
script should be updated to split out some of the code where applicable. We should also look to genericize any functions within the code where we have duplicate logic in multiple functions.
For example:
download_all_resources
should have all code under each if download_type == <resource>:
split into a separate function(s).
Edited by Kenneth Maguire