It's easier if the list has the actual domains

pull/216/head
Federico Leva 10 years ago
parent 8bd3373960
commit 7471900e56

@ -59,7 +59,7 @@ def main():
# Use this instead, and comment out the next try, to only list.
#subprocess.check_call(['curl', '-I', full])
except:
undumped += dbname
undumped += domains[i]['domain']
try:
subprocess.check_call(['wget', '-e', 'robots=off', '-nc', '-a', 'wikia.log', current])

Loading…
Cancel
Save