diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-13 18:56:04 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-13 18:56:04 +1100 |
| commit | 3029a2f866b240856518cfa944b9e00ef37455db (patch) | |
| tree | 0c9dcfaa065d346060de69779523aef66d62d6d4 /backend/hist_data/enwiki | |
| parent | d335df85ea815d10df62a126067482e178e3670a (diff) | |
Re-enable images
Diffstat (limited to 'backend/hist_data/enwiki')
| -rwxr-xr-x | backend/hist_data/enwiki/download_imgs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/hist_data/enwiki/download_imgs.py b/backend/hist_data/enwiki/download_imgs.py index 7dd0771..378de7f 100755 --- a/backend/hist_data/enwiki/download_imgs.py +++ b/backend/hist_data/enwiki/download_imgs.py @@ -9,6 +9,8 @@ The program can be re-run to continue downloading, and looks in the output directory do decide what to skip. """ +# Took about a week to downloaded about 60k images + import argparse import re, os, time, signal import sqlite3 |
