"""Downloads the content of a web page retrieved by its url into a directory and then use the saved file to return a Python list of the converted version of its content
# Download all eduGAIN Federations from URL, store them on a local file and returns a Python Dictionary
defget_list_feds(url,dest_file):
frompathlibimportPath
# If file does not exists... download it into the dest_file