mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 23:11:35 +00:00
Update extract_iphone_media.py
This commit is contained in:
@@ -72,7 +72,7 @@ def extract_media(base_dir):
|
|||||||
if is_encrypted(base_dir):
|
if is_encrypted(base_dir):
|
||||||
if not support_encrypted:
|
if not support_encrypted:
|
||||||
print("You don't have the dependencies to handle encrypted backup.")
|
print("You don't have the dependencies to handle encrypted backup.")
|
||||||
print("Read more about how to deal with encrypted backup:")
|
print("Read more on how to deal with encrypted backup:")
|
||||||
print("https://github.com/KnugiHK/Whatsapp-Chat-Exporter/blob/main/README.md#usage")
|
print("https://github.com/KnugiHK/Whatsapp-Chat-Exporter/blob/main/README.md#usage")
|
||||||
return False
|
return False
|
||||||
password = getpass.getpass("Enter the password:")
|
password = getpass.getpass("Enter the password:")
|
||||||
|
|||||||
Reference in New Issue
Block a user