# for check_url in url_list: # loop through each url in the list if line.startswith('http://') or line.startswith('https://'): # check if the url starts with web ...