Download data to a different directory using untar_data

How to download data to a different directory using untar_data?

path = untar_data(URLs.PETS, dest=".")
# TypeError: untar_data() got an unexpected keyword argument 'dest'