i\'m trying to do a script which check if many urls exists:
import httplib with open(\'urls.txt\') as urls: for url in urls: connection = httplib.HT