HTML Dumper is a simple console application that downloads the HTML, CSS, and JavaScript files from a specified URL and saves them in a local directory. It helps users easily extract web page resources for offline viewing or analysis.
- Downloads the main HTML file.
- Extracts and saves linked CSS files.
- Extracts and saves linked JavaScript files.
- Organizes all downloaded files into a "Dumped" directory.
- Run the application.
- Enter the desired URL when prompted.
- The application will fetch and save the resources, displaying progress in the console.
- Once completed, the files will be available in the "Dumped" directory.
- .NET Core or .NET Framework
Leaf.xNet
library for HTTP requests (install via NuGet)