- a backup tool from excite blog
- edit .env to set the first URL
FIRST_URL=https://fukuno.exblog.jp/12466189/
- run scrape.js to make contents_org.csv
deno -A --env scrape.js- edit .env to add prefix for img tag
IMG_BASE_URL=https://img.fukuno.com/imgexb/
- run imgdownload.js to download image as img dir and to make contents.csv, images.csv
deno -A --env imgdownload.js- run csv2xml.js to make xml dir
deno -A csv2xml.js