Open
Description
- Apply a standard Python template to the code
- Use Python's argument parser to parse the user's inputs. The command we need is like
python yourScript.py -i http://address -o /your/local/directory
- The current filename after downloaded is not meaningful. Need to parse the original file name and use it rename the local file name
- Create local directory if it does not exist
- Error handling for erroneous input address
- Test cases
Metadata
Metadata
Assignees
Labels
No labels