the urllib.request.urlretrieve(src,path) line gives an exception (Too many arguments given(expected 2)) but I am getting those values from a dictionary where th
urllib.request.urlretrieve(src,path)