xjdeng/pinterest-image-scraper

Images save to the directory the code is run from, rather than the directory specified

Closed this issue · 1 comments

s.download(images, "/home/user/Documents/pinterestdir")
If the code is run from "Documents", the images will save to "Documents", whether or not a different save directory (e.g. pinterestdir) is specified.

I've fixed it in the latest version