{"id":21471932,"url":"https://github.com/sicos1977/webarchiveextractor","last_synced_at":"2025-08-23T12:36:51.000Z","repository":{"id":66348806,"uuid":"257001044","full_name":"Sicos1977/WebArchiveExtractor","owner":"Sicos1977","description":"A .NET Standard 2.0 library to extract a Safari web archive to a folder","archived":false,"fork":false,"pushed_at":"2021-03-01T14:31:40.000Z","size":276,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T04:36:18.015Z","etag":null,"topics":["macos","safari","webarchive"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sicos1977.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-19T13:04:25.000Z","updated_at":"2024-08-30T11:17:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd7109e3-a099-4f4f-a905-460c76a4ebfb","html_url":"https://github.com/Sicos1977/WebArchiveExtractor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sicos1977/WebArchiveExtractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sicos1977%2FWebArchiveExtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sicos1977%2FWebArchiveExtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sicos1977%2FWebArchiveExtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sicos1977%2FWebArchiveExtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sicos1977","download_url":"https://codeload.github.com/Sicos1977/WebArchiveExtractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sicos1977%2FWebArchiveExtractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271747026,"owners_count":24813605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["macos","safari","webarchive"],"created_at":"2024-11-23T09:46:38.427Z","updated_at":"2025-08-23T12:36:50.975Z","avatar_url":"https://github.com/Sicos1977.png","language":"C#","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NS92EXB2RDPYA"],"categories":[],"sub_categories":[],"readme":"## What is WebArchiveExtractor?\n\nWebArchiveExtractor is a 100% managed C# .NETStandard 2.0 library and .NET Core 3.0 console application that can be used to read Safari web archives and extract its content to a folder\n\n## Why did I make this?\n\nI needed a tool to save the content of a web archive to disk so that I could convert it to PDF with my other project [ChromeHtmlToPdf](https://github.com/Sicos1977/ChromeHtmlToPdf)\n\n## Keep in mind\n\nThis is a tool to extract the content of an Safari web archive, it is no guarantee that the web page is viewable. Most web pages work fine but complex pages with a lott of javascript will sometimes not work because they are looking for resources that can't be found in the folder where you extracted the web archive. If a page uses a lott of javascript then try to use the option ```IgnoreJavaScriptFiles```\n\n## License Information\n\nWebArchiveReader is Copyright (C)2020 - 2021 Kees van Spelde and is licensed under the MIT license:\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n    THE SOFTWARE.\n\n## Installing via NuGet\n\nThe easiest way to install WebArchiveReader is via NuGet.\n\nIn Visual Studio's Package Manager Console, simply enter the following command:\n\n    Install-Package WebArchiveExtractor \n\n### Extracting a webarchive\n\n```csharp\nusing (var extractor = new WebArchiveExtractor())\n{\n    extractor.Extract(\"\u003cinputfile\u003e\", \"\u003cthe path where to save the content of the webarchive\u003e\", \u003cextraction option\u003e);\n}\n```\n\nCore Team\n=========\n    Sicos1977 (Kees van Spelde)\n\nSupport\n=======\nIf you like my work then please consider a donation as a thank you.\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NS92EXB2RDPYA\" target=\"_blank\"\u003e\u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\" /\u003e\u003c/a\u003e\n\n## Reporting Bugs\n\nHave a bug or a feature request? [Please open a new issue](https://github.com/Sicos1977/WebArchiveExtractor/issues).\n\nBefore opening a new issue, please search for existing issues to avoid submitting duplicates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsicos1977%2Fwebarchiveextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsicos1977%2Fwebarchiveextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsicos1977%2Fwebarchiveextractor/lists"}