Webarchive (Safari)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (sample files)  | 
			|||
| (One intermediate revision by one user not shown) | |||
| Line 7: | Line 7: | ||
The tool "plutil" on a Mac can be used to convert back and forth between binary plist and XML, "plutil -convert xml1 ExampleBinary.plist"  | The tool "plutil" on a Mac can be used to convert back and forth between binary plist and XML, "plutil -convert xml1 ExampleBinary.plist"  | ||
| + | |||
| + | == Software ==  | ||
| + | * https://pypi.org/project/pywebarchive/  | ||
| + | |||
| + | == Sample files ==  | ||
| + | * {{DexvertSamples|archive/appleSafariWebarchive}}  | ||
== Links ==  | == Links ==  | ||
Latest revision as of 13:08, 3 December 2024
Webarchive is a format used by the Safari browser from Apple to store multiple files saved from a website into one file. It uses a format based on Property List/Binary.
The tool "plutil" on a Mac can be used to convert back and forth between binary plist and XML, "plutil -convert xml1 ExampleBinary.plist"