I modified this code to download a list of URLs from a txt file to my machine
import urllib import json file = \'urls.txt\' with open(file, "r") a