Snapchat-All-Memories-Downloader icon indicating copy to clipboard operation
Snapchat-All-Memories-Downloader copied to clipboard

Update `@mattduffy/exiftool` to 1.13.3

Open kyleawayan opened this issue 7 months ago • 0 comments

There is bug where if your project folder name has a space in it, and you manually specify a downloads directory outside of the project folder, while using the -l argument for metadata, e.g.

git clone https://github.com/ToTheMax/Snapchat-All-Memories-Downloader "SNAPCHAT MEMORIES"
cd "SNAPCHAT MEMORIES"
node main.js -f ../memories_history.json -o ../Downloads -l

The @mattduffy/exiftool library doesn't correctly format the space for its config files when writing the metadata. The related issue is https://github.com/mattduffy/exiftool/issues/10, and has been fixed in 1.13.3.

kyleawayan avatar Jul 07 '24 23:07 kyleawayan