From abb936f5d76f7fe5cec1e8948d287da86643d504 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 22 Jun 2022 23:16:42 +1000 Subject: Refactor backend scripts --- backend/data/enwiki/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/data/enwiki/README.md') 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`
Might lack some matches for `img_name` in `page_imgs`, due to licensing info unavailability. -- downloadEnwikiImgs.py
+- downloadImgs.py
Used to download image files into imgs/. # Other Files -- cgit v1.2.3