Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Support for .webarchive files #1249

Closed
Zabriskije opened this issue Apr 22, 2023 · 5 comments
Closed

[REQ] Support for .webarchive files #1249

Zabriskije opened this issue Apr 22, 2023 · 5 comments

Comments

@Zabriskije
Copy link

Describe the solution you'd like

.webarchive files are created when saving a web page from Safari. It would be nice to have this feature in Keka instead of relying on third-party software.

Describe alternatives you've considered

WebArchive Extractor

@aonez aonez added this to the Look at milestone Apr 23, 2023
@aonez
Copy link
Owner

aonez commented Apr 23, 2023

Thanks for the feedback! This will be pretty easy to implement. I've checked the webarchive and it's basically a plist.

@aonez aonez added the core label Apr 23, 2023
@Zabriskije
Copy link
Author

Awesome to hear!

OT: if you need help with #1074 let me know 😉

@aonez aonez modified the milestones: Look at, 1.2.62 Apr 25, 2023
@aonez
Copy link
Owner

aonez commented Apr 25, 2023

This one should do it: Keka-v1.2.62.r5165

Let me know if it fails on some webpages. I found it to be very unstable on 10.12 or earlier, since the WebArchive API crashes with many websites. But 10.13 and up it's pretty stable.

@aonez
Copy link
Owner

aonez commented Apr 25, 2023

Note the default action for Keka is to compress WebArchive since it's a non compressed format. So you should use the extract action (window, contextual menu...) to extract them.

@Zabriskije
Copy link
Author

This one should do it: Keka-v1.2.62.r5165

Let me know if it fails on some webpages. I found it to be very unstable on 10.12 or earlier, since the WebArchive API crashes with many websites. But 10.13 and up it's pretty stable.

Thanks ❤️
I made a dozen tests and everything seems to work properly

Note the default action for Keka is to compress WebArchive since it's a non compressed format. So you should use the extract action (window, contextual menu...) to extract them.

That's perfect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants