TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.88k stars 191 forks source link

It doesn't seem to like tgz files #147

Closed johnnysbug closed 1 year ago

johnnysbug commented 1 year ago

Hi, I was trying to use this tool and my files are saved as tgz.

I noticed it seems to be an allowed format here in interactive.dart, but there is a check a few lines later that only looks for .zip extensions here.

I am going to see if I can get around this locally by changing the code, but I wasn't sure if this was intended behavior.

TheLastGimbus commented 1 year ago

Another example of me fixing bugs then reintroducing them again :laughing: - should work in next version :) - thanks for reporting!!