Home | History | Annotate | Download | only in commands

Lines Matching defs:url_list

109     url_list = [MaskmakerURL(command["--url"])]
116 url_list = [MaskmakerURL(url.strip()) for url in
136 while url_list and scrape_pass < command["--giveup"]:
138 for url in url_list:
242 [url for url in url_list if url.consecutive_successes >= scrapes])
244 [url for url in url_list if url.errors >= errors])
245 url_list = [
246 url for url in url_list if
270 "reaching the giveup threshhold" % len(url_list))
271 for url in url_list: