OpenDataset Python

pip install opendatasets

import opendatasets as od

dataset_url = 'your dataset url'
od.download(dataset_url)
Elegant Eagle