diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-22 23:16:42 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-22 23:16:42 +1000 |
| commit | abb936f5d76f7fe5cec1e8948d287da86643d504 (patch) | |
| tree | f07b9eaadf5ae91363fdbac9d81b74e1fb0a436f /backend/data/enwiki/README.md | |
| parent | e78c4df403e5f98afa08f7a0841ff233d5f6d05b (diff) | |
Refactor backend scriptsextended-db
Diffstat (limited to 'backend/data/enwiki/README.md')
| -rw-r--r-- | backend/data/enwiki/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/enwiki/README.md b/backend/data/enwiki/README.md index 1c16a2e..90d16c7 100644 --- a/backend/data/enwiki/README.md +++ b/backend/data/enwiki/README.md @@ -42,7 +42,7 @@ This directory holds files obtained from/using [English Wikipedia](https://en.wi `img_name` may be null, which means 'none found', and is used to avoid re-processing page-ids. - `imgs`: `name TEXT PRIMARY KEY, license TEXT, artist TEXT, credit TEXT, restrictions TEXT, url TEXT` <br> Might lack some matches for `img_name` in `page_imgs`, due to licensing info unavailability. -- downloadEnwikiImgs.py <br> +- downloadImgs.py <br> Used to download image files into imgs/. # Other Files |
