B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.09k stars 258 forks source link

whagodri.py - --s_databases Not Working Correctly #169

Closed dbmaxpayne closed 2 years ago

dbmaxpayne commented 2 years ago

Hi,

just found out that apparently media files are now named .mcrypt1 (with E2E enabled) which make --s_databases sync everything, not just the databases. I suggest changing the following line

if "crypt" in i: to if "crypt" in i and "mcrypt" not in i:

Surely there is a better solution, but that has worked for me for now.

Cheers, Mark

B16f00t commented 2 years ago

Thanks, do you want to do a PR? It's welcome

dbmaxpayne commented 2 years ago

I just did that for the first time. I hope everything is correct. Sorry if not. I'm new to collaborating here :)

B16f00t commented 2 years ago

Fixed. Thanks